nit
This commit is contained in:
parent
5b4758fe44
commit
235d5f4f47
@ -31,7 +31,7 @@ import (
|
|||||||
"github.com/ethereum/go-ethereum/rpc"
|
"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 {
|
func TxSigner(chainID *big.Int) types.Signer {
|
||||||
return types.NewCancunSigner(chainID)
|
return types.NewCancunSigner(chainID)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user