aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/block_chain.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/block_chain.go')
-rw-r--r--ethchain/block_chain.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethchain/block_chain.go b/ethchain/block_chain.go
index d65c38fe4..08886c9cd 100644
--- a/ethchain/block_chain.go
+++ b/ethchain/block_chain.go
@@ -46,6 +46,7 @@ func (bc *BlockChain) NewBlock(coinbase []byte, txs []*Transaction) *Block {
hash = bc.LastBlockHash
lastBlockTime = bc.CurrentBlock.Time
}
+
block := CreateBlock(
root,
hash,