mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-22 04:18:50 -07:00
iterator: small changes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user