Update lowest unbaked storage. (#9750)

* update lowest unbaked

* fix format

* add note

* fmt
This commit is contained in:
Guillaume Thiolliere
2021-10-18 11:19:35 +02:00
committed by GitHub
parent d25d3896d7
commit 403b348d19
4 changed files with 72 additions and 10 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ fn propose_set_balance_and_note(who: u64, value: u64, delay: u64) -> DispatchRes
fn next_block() {
System::set_block_number(System::block_number() + 1);
Scheduler::on_initialize(System::block_number());
assert!(Democracy::begin_block(System::block_number()).is_ok());
Democracy::begin_block(System::block_number());
}
fn fast_forward_to(n: u64) {