We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b90b3 commit ea43bc1Copy full SHA for ea43bc1
cmd/evm/internal/t8ntool/transition.go
@@ -241,7 +241,7 @@ func Transition(ctx *cli.Context) error {
241
}
242
243
// We may have to sign the transactions.
244
- signer := types.MakeSigner(chainConfig, big.NewInt(int64(prestate.Env.Number)), prestate.Env.Timestamp)
+ signer := types.LatestSignerForChainID(chainConfig.ChainID)
245
246
if txs, err = signUnsignedTransactions(txsWithKeys, signer); err != nil {
247
return NewError(ErrorJson, fmt.Errorf("failed signing transactions: %v", err))
0 commit comments