Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Naohiro Yoshida <[email protected]>
  • Loading branch information
Naohiro Yoshida committed Jun 2, 2024
1 parent 1a8842f commit 0561836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/chains/bsc/scripts/contracts/BSCValidatorSet.template
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ contract BSCValidatorSet is IBSCValidatorSet, System, IParamSubscriber, IApplica
address[] memory miningValidators = new address[](_numOfCabinets);
bytes[] memory miningVoteAddrs = new bytes[](_numOfCabinets);

// 強制ローテーション
// force rotation
uint256 epochNumber = block.number / EPOCH;
uint256 start = epochNumber % validators.length;
uint256 target = start;
Expand Down

0 comments on commit 0561836

Please sign in to comment.