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

Update operations.js

parent a278ff31
No related branches found
No related tags found
1 merge request!18Add update_proposal operation
...@@ -489,6 +489,18 @@ module.exports = [ ...@@ -489,6 +489,18 @@ module.exports = [
"extensions" "extensions"
] ]
}, },
{
"roles": ["active", "owner"],
"operation": "update_proposal",
"params": [
"creator",
"proposal_id",
"daily_pay",
"subject",
"permlink",
"extensions"
]
},
{ {
"roles": ["posting", "active", "owner"], "roles": ["posting", "active", "owner"],
"operation": "claim_reward_balance2", "operation": "claim_reward_balance2",
......
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