aboutsummaryrefslogtreecommitdiffstats
path: root/core/blockchain.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/blockchain.go')
-rw-r--r--core/blockchain.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/blockchain.go b/core/blockchain.go
index 489959691..93291de48 100644
--- a/core/blockchain.go
+++ b/core/blockchain.go
@@ -1030,7 +1030,7 @@ func (bc *BlockChain) WriteBlockWithState(block *types.Block, receipts []*types.
tt := time.Now()
log.Debug("Write gov state", "n", n, "t", tt)
govState, err := state.GetGovState(statedb, block.Header(),
- vm.GovernanceContractAddress)
+ evm.GovernanceContractAddress)
log.Debug("Get gov state finished", "n", n, "elapsed", time.Since(tt))
if err == nil {
bc.govmu.Lock()