From 5e4d6b86f49681cfbbb42f0533426744123a0c66 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Thu, 24 Oct 2024 06:17:51 +0200 Subject: [PATCH] add whitespace --- core/state/statedb.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/state/statedb.go b/core/state/statedb.go index ef159a4c22..0183c14480 100644 --- a/core/state/statedb.go +++ b/core/state/statedb.go @@ -319,6 +319,7 @@ func (s *StateDB) GetNonce(addr common.Address) uint64 { if stateObject != nil { return stateObject.Nonce() } + return 0 }