Maybe fix issue on Windows where the wallet cannot open during XMR locking phase

(cherry picked from commit 879cb8bc0131b8a059466ca00ae9f7842c4ac018)
pull/1428/head
pokkst 9 months ago
parent 6c305d2cc2
commit d7d87d96ac
No known key found for this signature in database
GPG Key ID: 90C2ED85E67A50FF

@ -174,11 +174,6 @@ impl Wallet {
pub async fn transfer(&self, request: TransferRequest) -> Result<TransferProof> {
let inner = self.inner.lock().await;
inner
.open_wallet(self.name.clone())
.await
.with_context(|| format!("Failed to open wallet {}", self.name))?;
let TransferRequest {
public_spend_key,
public_view_key,

Loading…
Cancel
Save