Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #76 from EOSIO/75-fix-multisig-abi
Browse files Browse the repository at this point in the history
fix eosio.msig ABI definition for approvals_info struct
  • Loading branch information
arhag authored Sep 14, 2018
2 parents 6ca72e7 + 581183e commit 48a11f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eosio.msig/abi/eosio.msig.abi
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"name": "approvals_info",
"base": "",
"fields": [
{"name": "version", "type": "uint8"},
{"name": "proposal_name", "type": "name"},
{"name": "requested_approvals", "type": "approval[]"},
{"name": "provided_approvals", "type": "approval[]"}
Expand Down

0 comments on commit 48a11f9

Please sign in to comment.