mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
cleanup more tests and spaces (#3288)
* cleanup more tests and spaces * oops
This commit is contained in:
@@ -569,7 +569,7 @@ impl<T: Config> Module<T> {
|
||||
{
|
||||
Ok(i) => i,
|
||||
Err(_) => 0, // can only happen if rotations occur only once every u32::max(),
|
||||
// so functionally no difference in behavior.
|
||||
// so functionally no difference in behavior.
|
||||
};
|
||||
|
||||
let group_idx = (core.0 as usize + rotations_since_session_start as usize) % validator_groups.len();
|
||||
|
||||
Reference in New Issue
Block a user