mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
Bring back the on_finalize weight of staking. (#8463)
* Bring back the on_finalize weighg of stakin. * Better logs * Also make a few things pub * Fix build * Add assertions * Add test. * remove dbg * Update frame/election-provider-multi-phase/src/unsigned.rs * Update frame/staking/src/tests.rs * Fix * Fix * Update frame/election-provider-multi-phase/src/unsigned.rs
This commit is contained in:
@@ -1308,7 +1308,6 @@ mod tests {
|
||||
}
|
||||
|
||||
fn has_lock(who: &u64) -> u64 {
|
||||
dbg!(Balances::locks(who));
|
||||
Balances::locks(who)
|
||||
.get(0)
|
||||
.cloned()
|
||||
|
||||
Reference in New Issue
Block a user