Skip to content

Commit

Permalink
Merge pull request #351 from tronprotocol/feature/add_instruction_for…
Browse files Browse the repository at this point in the history
…_mulsign

add code demo for updating witness permission
  • Loading branch information
sean-liu55 committed Mar 21, 2019
2 parents a55d347 + 6cba050 commit 1904890
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 中文文档/波场协议/多重签名.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,16 @@ http://{{host}}:{{port}}/wallet/accountpermissionupdate
}
]
},
"witness": {
"type": 1,
"permission_name": "witness",
"threshold": 1,
"keys": [{
"address": "41F08012B4881C320EB40B80F1228731898824E09D",
"weight": 1
}
]
},
"actives": [{
"type": 2,
"permission_name": "active0",
Expand Down

0 comments on commit 1904890

Please sign in to comment.