fix(wallet_bdk): close impl PersistentBdkWallet (missing brace)

This commit is contained in:
MoCipher 2026-02-20 08:42:22 +01:00
parent 027233cfd2
commit bf94135220

View file

@ -195,6 +195,7 @@ impl PersistentBdkWallet {
let _ = crate::keystore::secure_delete(&tmp_path);
Ok(())
}
}
/// Temporary decrypted DB handle. When dropped, it securely deletes the underlying file.
pub struct DecryptedDb {