mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
core/state: return the starting nonce for non-existent accs (testnet)
This commit is contained in:
parent
a7434fd008
commit
8ee84584a4
@ -127,7 +127,7 @@ func (self *StateDB) GetNonce(addr common.Address) uint64 {
|
|||||||
return stateObject.nonce
|
return stateObject.nonce
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0
|
return StartingNonce
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *StateDB) GetCode(addr common.Address) []byte {
|
func (self *StateDB) GetCode(addr common.Address) []byte {
|
||||||
|
Loading…
Reference in New Issue
Block a user