aboutsummaryrefslogtreecommitdiffstats
path: root/core/interfaces.go
diff options
context:
space:
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