aboutsummaryrefslogtreecommitdiffstats
path: root/core/interfaces.go
diff options
context:
space:
mode:
authorHaoping Ku <haoping.ku@dexon.org>2018-10-19 11:43:46 +0800
committerGitHub <noreply@github.com>2018-10-19 11:43:46 +0800
commit6399946a1906190b140b546591a0f02e6199303c (patch)
treeea7c07b4d430a1ab9322f4cd17d31eec52170318 /core/interfaces.go
parent6f672ebbd27a97815029050e4538f6d93d273771 (diff)
downloadtangerine-consensus-6399946a1906190b140b546591a0f02e6199303c.tar
tangerine-consensus-6399946a1906190b140b546591a0f02e6199303c.tar.gz
tangerine-consensus-6399946a1906190b140b546591a0f02e6199303c.tar.bz2
tangerine-consensus-6399946a1906190b140b546591a0f02e6199303c.tar.lz
tangerine-consensus-6399946a1906190b140b546591a0f02e6199303c.tar.xz
tangerine-consensus-6399946a1906190b140b546591a0f02e6199303c.tar.zst
tangerine-consensus-6399946a1906190b140b546591a0f02e6199303c.zip
core: total-ordering: change early flag to mode (#227)
* core: total-ordering: change early flag to mode
Diffstat (limited to 'core/interfaces.go')
-rw-r--r--core/interfaces.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/interfaces.go b/core/interfaces.go
index 4a20354..97ab0a3 100644
--- a/core/interfaces.go
+++ b/core/interfaces.go
@@ -52,7 +52,7 @@ type Debug interface {
// TotalOrderingDelivered is called when the total ordering algorithm deliver
// a set of block.
- TotalOrderingDelivered(common.Hashes, bool)
+ TotalOrderingDelivered(common.Hashes, uint32)
}
// Network describs the network interface that interacts with DEXON consensus