mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-27 15:57:14 -05:00
Remove binding
This commit is contained in:
parent
6023dc27d2
commit
e4410bcf44
@ -362,7 +362,7 @@ async fn init_monero_wallet(
|
|||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
let _ = wallet.refresh().await?;
|
let _ = wallet.refresh().await?;
|
||||||
let _ = wallet.store().await?;
|
wallet.store().await?;
|
||||||
Ok(wallet)
|
Ok(wallet)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user