iterator: small changes

This commit is contained in:
nym21
2025-02-20 13:11:23 +01:00
parent f0d86f2392
commit 66ecd2fcf8
7 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ fn main() {
.unwrap(),
));
let start = Some(460_001_u32.into());
let start = None;
let end = None;
biterator::new(data_dir, start, end, rpc)