aboutsummaryrefslogtreecommitdiffstats
path: root/core/interfaces.go
diff options
context:
space:
mode:
authorMission Liao <mission.liao@dexon.org>2019-01-24 11:16:48 +0800
committerGitHub <noreply@github.com>2019-01-24 11:16:48 +0800
commit779f63a9f6fc3f4c628f0b97c822546ac51d0eb6 (patch)
treeaa25f260483e8c9430686cb10eba87d286072830 /core/interfaces.go
parent0e6dc8b38f7df249831aebd4928ec42b827038e3 (diff)
downloaddexon-consensus-779f63a9f6fc3f4c628f0b97c822546ac51d0eb6.tar
dexon-consensus-779f63a9f6fc3f4c628f0b97c822546ac51d0eb6.tar.gz
dexon-consensus-779f63a9f6fc3f4c628f0b97c822546ac51d0eb6.tar.bz2
dexon-consensus-779f63a9f6fc3f4c628f0b97c822546ac51d0eb6.tar.lz
dexon-consensus-779f63a9f6fc3f4c628f0b97c822546ac51d0eb6.tar.xz
dexon-consensus-779f63a9f6fc3f4c628f0b97c822546ac51d0eb6.tar.zst
dexon-consensus-779f63a9f6fc3f4c628f0b97c822546ac51d0eb6.zip
core: remove Governance.NotifyRoundHeight (#431)
Diffstat (limited to 'core/interfaces.go')
-rw-r--r--core/interfaces.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/interfaces.go b/core/interfaces.go
index a77ec93..408343f 100644
--- a/core/interfaces.go
+++ b/core/interfaces.go
@@ -115,10 +115,6 @@ type Governance interface {
// Return the genesis node set if round == 0.
NodeSet(round uint64) []crypto.PublicKey
- // NotifyRoundHeight notifies governance contract the consensus height of
- // the first block of the given round.
- NotifyRoundHeight(targetRound, consensusHeight uint64)
-
//// DKG-related methods.
// AddDKGComplaint adds a DKGComplaint.