good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8ee84584 authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

core/state: return the starting nonce for non-existent accs (testnet)

parent a7434fd0
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ func (self *StateDB) GetNonce(addr common.Address) uint64 {
return stateObject.nonce
}
return 0
return StartingNonce
}
func (self *StateDB) GetCode(addr common.Address) []byte {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment