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