Skip to content

Commit

Permalink
fix: update signer of parlia after london upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanBSC committed Jun 8, 2023
1 parent 1d34506 commit ae5794a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/parlia/parlia.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func New(
validatorSetABIBeforeLuban: vABIBeforeLuban,
validatorSetABI: vABI,
slashABI: sABI,
signer: types.NewEIP155Signer(chainConfig.ChainID),
signer: types.NewLondonSigner(chainConfig.ChainID),
}

return c
Expand Down

0 comments on commit ae5794a

Please sign in to comment.