Skip to content

Commit

Permalink
fix: set the signer of parlia to the most permissive one (#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanBSC committed Jun 12, 2023
1 parent ff32314 commit 38002f8
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.LatestSigner(chainConfig),
}

return c
Expand Down

0 comments on commit 38002f8

Please sign in to comment.