mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-20 15:38:11 -07:00
mmpl: new, mempool + rpc: fixes
This commit is contained in:
@@ -118,7 +118,7 @@ impl Blocks {
|
||||
BlockRange::After { hash } => {
|
||||
let start = if let Some(hash) = hash.as_ref() {
|
||||
let block_info = client.get_block_header_info(hash)?;
|
||||
(block_info.height + 1).into()
|
||||
Height::from((block_info.height + 1) as u64)
|
||||
} else {
|
||||
Height::ZERO
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user