Skip to content
Snippets Groups Projects
Commit 885eeea8 authored by Mahdi Yari's avatar Mahdi Yari
Browse files

Update operations.js

parent 3a768803
No related branches found
No related tags found
1 merge request!10Fix serialization
...@@ -411,7 +411,7 @@ let comment_options = new Serializer( ...@@ -411,7 +411,7 @@ let comment_options = new Serializer(
author: string, author: string,
permlink: string, permlink: string,
max_accepted_payout: asset, max_accepted_payout: asset,
["percent_" + hiveVar() ? "hbd" : "steem_dollars"]: uint16, ["percent_" + (hiveVar() === "hive" ? "hbd" : "steem_dollars")]: uint16,
allow_votes: bool, allow_votes: bool,
allow_curation_rewards: bool, allow_curation_rewards: bool,
extensions: set(static_variant([ extensions: set(static_variant([
......
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