@ -319,6 +319,7 @@ func (s *StateDB) GetNonce(addr common.Address) uint64 {
if stateObject != nil {
return stateObject.Nonce()
}
return 0