diff --git a/core/types/tx_setcode.go b/core/types/tx_setcode.go index 6e0665fa68..5d2b51df67 100644 --- a/core/types/tx_setcode.go +++ b/core/types/tx_setcode.go @@ -118,7 +118,7 @@ func (a *Authorization) withSignature(sig []byte) Authorization { } // Authority recovers the the authorizing account of an authorization. -func (a Authorization) Authority() (common.Address, error) { +func (a *Authorization) Authority() (common.Address, error) { sighash := prefixedRlpHash( 0x05, []interface{}{