aboutsummaryrefslogtreecommitdiffstats
path: root/core/interfaces.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/interfaces.go')
-rw-r--r--core/interfaces.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/interfaces.go b/core/interfaces.go
index 98cbb4d..7a5859e 100644
--- a/core/interfaces.go
+++ b/core/interfaces.go
@@ -38,10 +38,10 @@ type Application interface {
VerifyBlock(block *types.Block) bool
// BlockConfirmed is called when a block is confirmed and added to lattice.
- BlockConfirmed(blockHash common.Hash)
+ BlockConfirmed(block types.Block)
// BlockDelivered is called when a block is add to the compaction chain.
- BlockDelivered(block types.Block)
+ BlockDelivered(blockHash common.Hash, result types.FinalizationResult)
}
// Debug describes the application interface that requires