Add utils to use multisigs as miner owners

This commit is contained in:
Aayush Rajasekaran
2021-06-15 16:57:52 -04:00
parent f9596dd730
commit bee548face
4 changed files with 391 additions and 2 deletions
+1 -1
View File
@@ -2505,7 +2505,7 @@ using both transaction ID and a hash of the parameters used in the
proposal. This method of approval can be used to ensure you only approve
exactly the transaction you think you are.
It takes the following params: <multisig address>, <proposed message ID>, <proposer address>, <recipient address>, <value to transfer>,
<sender address of the approve msg>, <method to call in the proposed message>, <params to include in the proposed message>
<sender address of the approve msg>, <method to call in the approved message>, <params to include in the proposed message>
Perms: sign