mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
core: rm extra whitespace
This commit is contained in:
parent
6505e50d62
commit
46a6482d19
1 changed files with 0 additions and 1 deletions
|
|
@ -559,7 +559,6 @@ func (st *stateTransition) validateAuthorization(auth *types.Authorization) (aut
|
|||
code := st.state.GetCode(authority)
|
||||
if _, ok := types.ParseDelegation(code); len(code) != 0 && !ok {
|
||||
return authority, ErrAuthorizationDestinationHasCode
|
||||
|
||||
}
|
||||
if have := st.state.GetNonce(authority); have != auth.Nonce {
|
||||
return authority, ErrAuthorizationNonceMismatch
|
||||
|
|
|
|||
Loading…
Reference in a new issue