This commit is contained in:
Roy Crihfield 2024-07-01 13:12:49 +08:00
parent 5b4758fe44
commit 235d5f4f47

View File

@ -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)
}