diff options
Diffstat (limited to 'core/vm/governance_abi.go')
-rw-r--r-- | core/vm/governance_abi.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/vm/governance_abi.go b/core/vm/governance_abi.go index 4627050dc..c3ad691b6 100644 --- a/core/vm/governance_abi.go +++ b/core/vm/governance_abi.go @@ -700,6 +700,11 @@ const GovernanceABIJSON = ` "indexed": true, "name": "DelegatorAddress", "type": "address" + }, + { + "indexed": false, + "name": "Amount", + "type": "uint256" } ], "name": "Undelegated", |