aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/governance_abi.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-01-24 15:05:24 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:21 +0800
commitf55616df4fb5de81f25997feefd52d0554f985c6 (patch)
treeb2fb44ab914f6b05a901690a90adb385c0cd26fb /core/vm/governance_abi.go
parent3c774363f4df8cad3e8aafa594c5f2b417b7330e (diff)
downloadgo-tangerine-f55616df4fb5de81f25997feefd52d0554f985c6.tar
go-tangerine-f55616df4fb5de81f25997feefd52d0554f985c6.tar.gz
go-tangerine-f55616df4fb5de81f25997feefd52d0554f985c6.tar.bz2
go-tangerine-f55616df4fb5de81f25997feefd52d0554f985c6.tar.lz
go-tangerine-f55616df4fb5de81f25997feefd52d0554f985c6.tar.xz
go-tangerine-f55616df4fb5de81f25997feefd52d0554f985c6.tar.zst
go-tangerine-f55616df4fb5de81f25997feefd52d0554f985c6.zip
consensus: dexcon: snapshot round height when finalizing block (#170)
Instead of having BP to send a tx to register the round height, just modify the state when finalizing block.
Diffstat (limited to 'core/vm/governance_abi.go')
-rw-r--r--core/vm/governance_abi.go18
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"
}