iterator: simplified

This commit is contained in:
nym21
2025-02-21 20:12:57 +01:00
parent 66ecd2fcf8
commit e63b42278c
14 changed files with 241 additions and 365 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ fn main() {
));
let start = None;
let end = None;
let end = None; //Some(200_000_u32.into());
biterator::new(data_dir, start, end, rpc)
.iter()