mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 00:25:41 +00:00
Small fixes coretime related fixes (#3188)
The PR contains small fixes for: * A test `HostConfig v11` storage migration - v11 was compared with itself instead of with `v10`. * Outdated comment for `ClaimQueue` * Typos
This commit is contained in:
committed by
GitHub
parent
2ab3f03f0b
commit
4d78c6eb89
@@ -74,7 +74,7 @@ mod v_coretime {
|
||||
|
||||
loop {
|
||||
match sp_io::storage::next_key(&next_key) {
|
||||
// StorageVersion is initialized before, so we need to ingore it.
|
||||
// StorageVersion is initialized before, so we need to ignore it.
|
||||
Some(key) if &key == &storage_version_key => {
|
||||
next_key = key;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user