mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-26 02:08:10 -07:00
mempool: use bitcoin projected block, rest is a very simple prediction
This commit is contained in:
@@ -14,7 +14,9 @@ impl Selector {
|
||||
}
|
||||
};
|
||||
if end < start {
|
||||
return Err(Error::Parse(format!("range end {end} before start {start}")));
|
||||
return Err(Error::Parse(format!(
|
||||
"range end {end} before start {start}"
|
||||
)));
|
||||
}
|
||||
Ok((start, end))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user