From 6399946a1906190b140b546591a0f02e6199303c Mon Sep 17 00:00:00 2001 From: Haoping Ku Date: Fri, 19 Oct 2018 11:43:46 +0800 Subject: core: total-ordering: change early flag to mode (#227) * core: total-ordering: change early flag to mode --- core/interfaces.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/interfaces.go') 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 -- cgit v1.2.3