diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/state/statedb.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/state/statedb.go b/core/state/statedb.go index cfcb82d97..70673799e 100644 --- a/core/state/statedb.go +++ b/core/state/statedb.go @@ -149,7 +149,7 @@ func (self *StateDB) GetNonce(addr common.Address) uint64 { return stateObject.nonce } - return 0 + return StartingNonce } func (self *StateDB) GetCode(addr common.Address) []byte { |