aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/blockchain.go2
1 files changed, 1 insertions, 1 deletions
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 {