diff --git a/core/blockchain.go b/core/blockchain.go index 7af2396f98..0b708c7e18 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -1279,6 +1279,7 @@ func (bc *BlockChain) writeBlockWithState(block *types.Block, receipts []*types. return NonStatTy, err } triedb := bc.stateCache.TrieDB() + state.Print() // print state trie (jmlee) // If we're running an archive node, always flush if bc.cacheConfig.TrieDirtyDisabled {