Skip to content

Commit

Permalink
add code demo for updating witness permission
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-liu55 committed Mar 21, 2019
1 parent 657c0e2 commit 6cba050
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 6cba050

Please sign in to comment.