Revert "Monero wallet refresh fix (#1487)"

This reverts commit d8dacbdee9.
This commit is contained in:
Byron Hambly 2024-03-26 09:06:31 +02:00 committed by GitHub
parent d8dacbdee9
commit a19501a002
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 20 additions and 102 deletions

View file

@ -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(())
}