aboutsummaryrefslogtreecommitdiffstats
path: root/core/shard_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/shard_test.go')
-rw-r--r--core/shard_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/shard_test.go b/core/shard_test.go
index b332f30..42c8d7b 100644
--- a/core/shard_test.go
+++ b/core/shard_test.go
@@ -77,7 +77,7 @@ func (mgr *testShardMgr) processBlock(b *types.Block) (err error) {
if err = mgr.db.Update(*b); err != nil {
return
}
- mgr.app.BlockDeliver(*b)
+ mgr.app.BlockDelivered(*b)
}
// Update pending blocks for verified block (pass sanity check).
pendings = append(pendings, verified...)