diff options
Diffstat (limited to 'core/blockchain.go')
-rw-r--r-- | core/blockchain.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/blockchain.go b/core/blockchain.go index 1baabc0d5..1300228e4 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 { |