Skip to content
Snippets Groups Projects
Unverified Commit 5bb1b5b4 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt Committed by GitHub
Browse files

Merge pull request #142 from crokkon/patch-2

add missing prefix to comment_options op
parents 4aef469e 659add90
No related branches found
No related tags found
No related merge requests found
...@@ -1896,6 +1896,7 @@ class Steem(object): ...@@ -1896,6 +1896,7 @@ class Steem(object):
options.get("extensions", []), options.get("extensions", []),
"beneficiaries": "beneficiaries":
options.get("beneficiaries", []), options.get("beneficiaries", []),
"prefix": self.prefix,
}) })
return comment_op return comment_op
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment