add whitespace

This commit is contained in:
Sina Mahmoodi 2024-10-24 06:17:51 +02:00
parent 0f005af66a
commit 5e4d6b86f4
1 changed files with 1 additions and 0 deletions

View File

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