From 09d1a1632b2ef49868f10950b84cfbac912e454a Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 2 Dec 2024 12:10:00 +0100 Subject: [PATCH] core/types: change Authority method to pointer receiver --- core/types/tx_setcode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{}{