mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
global: snapshot
This commit is contained in:
@@ -160,6 +160,7 @@ impl Query {
|
||||
total,
|
||||
start,
|
||||
end,
|
||||
height: *self.height(),
|
||||
})
|
||||
}
|
||||
|
||||
@@ -173,6 +174,7 @@ impl Query {
|
||||
total,
|
||||
start,
|
||||
end,
|
||||
..
|
||||
} = resolved;
|
||||
|
||||
let output = match format {
|
||||
|
||||
@@ -13,6 +13,7 @@ impl Query {
|
||||
total,
|
||||
start,
|
||||
end,
|
||||
..
|
||||
} = resolved;
|
||||
|
||||
if vecs.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user