Make bdk_file_store use bincode v1

This commit is contained in:
LLFourn
2023-03-03 22:54:47 +11:00
committed by Daniela Brozzoni
parent 38ef170ed1
commit a38f63359d
5 changed files with 143 additions and 137 deletions

View File

@@ -56,7 +56,7 @@ pub use txout_index::*;
)
)]
#[must_use]
pub struct DerivationAdditions<K>(BTreeMap<K, u32>);
pub struct DerivationAdditions<K>(pub BTreeMap<K, u32>);
impl<K> DerivationAdditions<K> {
/// Returns whether the additions are empty.