diff options
Diffstat (limited to 'integration_test/node.go')
-rw-r--r-- | integration_test/node.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/integration_test/node.go b/integration_test/node.go index c2bb806..c5109af 100644 --- a/integration_test/node.go +++ b/integration_test/node.go @@ -254,9 +254,6 @@ func (n *Node) processBlock(b *types.Block) (events []*test.Event, err error) { } // Deliver blocks. for _, b = range delivered { - if err = n.dbModule.PutBlock(*b); err != nil { - panic(err) - } b.Finalization.Height = n.prevFinalHeight + 1 b.Finalization.ParentHash = n.prevHash n.appModule.BlockDelivered(b.Hash, b.Position, b.Finalization) |