From 44ce26cb076c5852167c1ffc9eceff9148ee5477 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Tue, 23 Oct 2018 19:38:51 +0800 Subject: dex: fix missing randomness assignment --- core/blockchain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/blockchain.go') diff --git a/core/blockchain.go b/core/blockchain.go index d2999f926..5393171f6 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -1623,7 +1623,7 @@ func (bc *BlockChain) insertPendingBlocks(chain types.Blocks) (int, []interface{ if err != nil { return i, nil, nil, fmt.Errorf("pendingState commit error: %v", err) } - log.Info("commit pending root", "hash", root) + log.Info("Commit pending root", "hash", root) // add into pending blocks bc.pendingBlocks[block.NumberU64()] = struct { -- cgit v1.2.3