global: snapshot

This commit is contained in:
nym21
2025-12-19 15:25:48 +01:00
parent 7c86c803fa
commit 03b83846ef
87 changed files with 2851 additions and 470 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ pub use brk_types::{
pub use r#impl::BLOCK_TXS_PAGE_SIZE;
pub use output::{LegacyValue, Output, OutputLegacy};
use vecs::Vecs;
pub use vecs::Vecs;
#[derive(Clone)]
pub struct Query(Arc<QueryInner<'static>>);