mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-02 03:26:23 -04:00
Revert "Monero wallet refresh fix (#1487)"
This reverts commit d8dacbdee9
.
This commit is contained in:
parent
d8dacbdee9
commit
a19501a002
5 changed files with 20 additions and 102 deletions
|
@ -863,7 +863,7 @@ impl Wallet for monero::Wallet {
|
|||
type Amount = monero::Amount;
|
||||
|
||||
async fn refresh(&self) -> Result<()> {
|
||||
self.refresh(1).await?;
|
||||
self.refresh().await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue