From 235d5f4f4705280c12624bb7e5a4f4766a097b13 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Mon, 1 Jul 2024 13:12:49 +0800 Subject: [PATCH] nit --- pkg/shared/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/shared/util.go b/pkg/shared/util.go index 7811f97..308186e 100644 --- a/pkg/shared/util.go +++ b/pkg/shared/util.go @@ -31,7 +31,7 @@ import ( "github.com/ethereum/go-ethereum/rpc" ) -// TxSigner returns the London signer at the provided block height +// TxSigner returns the Cancun signer at the provided block height func TxSigner(chainID *big.Int) types.Signer { return types.NewCancunSigner(chainID) }