From 46a6482d19e2b724866ccc0035dff897986d86e0 Mon Sep 17 00:00:00 2001 From: lightclient Date: Mon, 9 Dec 2024 14:43:52 -0700 Subject: [PATCH] core: rm extra whitespace --- core/state_transition.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/state_transition.go b/core/state_transition.go index 55df82ba8f..851725c5f9 100644 --- a/core/state_transition.go +++ b/core/state_transition.go @@ -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