fix(wallet_bdk): close impl PersistentBdkWallet (missing brace)
This commit is contained in:
parent
027233cfd2
commit
bf94135220
1 changed files with 1 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ impl PersistentBdkWallet {
|
||||||
let _ = crate::keystore::secure_delete(&tmp_path);
|
let _ = crate::keystore::secure_delete(&tmp_path);
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// Temporary decrypted DB handle. When dropped, it securely deletes the underlying file.
|
/// Temporary decrypted DB handle. When dropped, it securely deletes the underlying file.
|
||||||
pub struct DecryptedDb {
|
pub struct DecryptedDb {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue