mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
Print bootnode mismatch message as warning (#12075)
* Print bootnode mismatch message as `warning` * Fix test :thinking_face: * Remove wrong warning
This commit is contained in:
+1
-1
@@ -631,7 +631,7 @@ mod tests {
|
||||
let mut cache = local_cache.as_trie_db_cache(root);
|
||||
let trie = TrieDBBuilder::<Layout>::new(&db, &root).with_cache(&mut cache).build();
|
||||
|
||||
for (k, _) in TEST_DATA.iter().take(2) {
|
||||
for (k, _) in TEST_DATA.iter().skip(2) {
|
||||
trie.get(k).unwrap().unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user