diff options
Diffstat (limited to 'core/vm/governance_abi.go')
-rw-r--r-- | core/vm/governance_abi.go | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/core/vm/governance_abi.go b/core/vm/governance_abi.go index f139ac7a8..4627050dc 100644 --- a/core/vm/governance_abi.go +++ b/core/vm/governance_abi.go @@ -900,24 +900,6 @@ const GovernanceABIJSON = ` "type": "uint256" }, { - "name": "Height", - "type": "uint256" - } - ], - "name": "snapshotRound", - "outputs": [], - "payable": false, - "stateMutability": "nonpayable", - "type": "function" - }, - { - "constant": false, - "inputs": [ - { - "name": "Round", - "type": "uint256" - }, - { "name": "SignedCRS", "type": "bytes" } |