aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/chain_manager.go')
-rw-r--r--core/chain_manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/chain_manager.go b/core/chain_manager.go
index 0c2eb0fe1..c2e241e90 100644
--- a/core/chain_manager.go
+++ b/core/chain_manager.go
@@ -228,7 +228,7 @@ func (bc *ChainManager) NewBlock(coinbase common.Address) *types.Block {
root,
common.BigPow(2, 32),
0,
- "")
+ nil)
block.SetUncles(nil)
block.SetTransactions(nil)
block.SetReceipts(nil)