global: snap

This commit is contained in:
nym21
2026-04-12 18:00:02 +02:00
parent 18d9c166d8
commit c3cef71aa3
36 changed files with 2366 additions and 371 deletions

View File

@@ -417,7 +417,11 @@ impl Query {
first_seen: None,
};
blocks.push(BlockInfoV1 { info, extras });
blocks.push(BlockInfoV1 {
info,
stale: false,
extras,
});
}
Ok(blocks)