mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-27 08:09:58 -07:00
global: snap
This commit is contained in:
@@ -417,7 +417,11 @@ impl Query {
|
||||
first_seen: None,
|
||||
};
|
||||
|
||||
blocks.push(BlockInfoV1 { info, extras });
|
||||
blocks.push(BlockInfoV1 {
|
||||
info,
|
||||
stale: false,
|
||||
extras,
|
||||
});
|
||||
}
|
||||
|
||||
Ok(blocks)
|
||||
|
||||
Reference in New Issue
Block a user