Skip to content
Snippets Groups Projects
Commit fa3ce78a authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Fixed copy/paste error in remove_proposal operation

parent ef692b91
No related branches found
No related tags found
No related merge requests found
...@@ -388,7 +388,7 @@ class Remove_proposal(GrapheneObject): ...@@ -388,7 +388,7 @@ class Remove_proposal(GrapheneObject):
super(Remove_proposal, self).__init__( super(Remove_proposal, self).__init__(
OrderedDict([ OrderedDict([
('proposal_owner', String(kwargs["voter"])), ('proposal_owner', String(kwargs["proposal_owner"])),
('proposal_ids', Array(proposal_ids)), ('proposal_ids', Array(proposal_ids)),
('extensions', extensions) ('extensions', extensions)
])) ]))
......
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