parser: revert save logic

This commit is contained in:
k
2024-10-27 12:10:22 +01:00
parent 95fc103eaf
commit 36ad0b3014
4 changed files with 12 additions and 15 deletions
-2
View File
@@ -27,7 +27,6 @@ mod liquidity;
mod map_value;
mod partial_txout_data;
mod price;
mod ram;
mod sent_data;
mod serialized_btreemap;
mod serialized_vec;
@@ -64,7 +63,6 @@ pub use liquidity::*;
pub use map_value::*;
pub use partial_txout_data::*;
pub use price::*;
pub use ram::*;
pub use sent_data::*;
pub use serialized_btreemap::*;
pub use serialized_vec::*;