aboutsummaryrefslogtreecommitdiffstats
path: root/core/lattice_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/lattice_test.go')
-rw-r--r--core/lattice_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lattice_test.go b/core/lattice_test.go
index 11caa11..3ba5ed5 100644
--- a/core/lattice_test.go
+++ b/core/lattice_test.go
@@ -78,7 +78,7 @@ func (mgr *testLatticeMgr) processBlock(b *types.Block) (err error) {
if err = mgr.db.Put(*b); err != nil {
return
}
- mgr.app.BlockDelivered(*b)
+ mgr.app.BlockDelivered(b.Hash, b.Finalization)
}
if err = mgr.lattice.PurgeBlocks(delivered); err != nil {
return