aboutsummaryrefslogtreecommitdiffstats
path: root/core/blockchain.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/blockchain.go')
-rw-r--r--core/blockchain.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/blockchain.go b/core/blockchain.go
index cc0ddf1ed..b57eb48e3 100644
--- a/core/blockchain.go
+++ b/core/blockchain.go
@@ -214,7 +214,6 @@ func (self *BlockChain) loadLastState() error {
return err
}
self.stateCache = statedb
- self.stateCache.GetAccount(common.Address{})
// Issue a status log for the user
headerTd := self.GetTd(currentHeader.Hash(), currentHeader.Number.Uint64())