add whitespace
This commit is contained in:
parent
0f005af66a
commit
5e4d6b86f4
|
@ -319,6 +319,7 @@ func (s *StateDB) GetNonce(addr common.Address) uint64 {
|
||||||
if stateObject != nil {
|
if stateObject != nil {
|
||||||
return stateObject.Nonce()
|
return stateObject.Nonce()
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue