Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Mar 1, 2023
1 parent da9f3e2 commit e1035e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/packages/contracts/contracts/BeefyClient.sol
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ contract BeefyClient is Ownable {
currentValidatorSet = nextValidatorSet;
// Workaround for change in https://github.com/paritytech/polkadot/pull/6577
// and discussions here in https://github.com/paritytech/substrate/issues/11797
nextValidatorSet.id = leaf.nextAuthoritySetID + 1;
nextValidatorSet.id = currentValidatorSet.id + 1;
nextValidatorSet.length = leaf.nextAuthoritySetLen;
nextValidatorSet.root = leaf.nextAuthoritySetRoot;

Expand Down

0 comments on commit e1035e3

Please sign in to comment.