From a0cee7bf86278a9d8cb74b62acd50122636201d6 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') 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 { -- cgit v1.2.3