Luke Parker
2022-08-22 12:15:14 -04:00
parent 5a1f011db8
commit 5c106cecf6
9 changed files with 258 additions and 155 deletions

View File

@@ -262,7 +262,7 @@ impl<D: CoinDb, C: Coin> Wallet<D, C> {
self
.coin
.get_outputs(&block, keys.group_key())
.await
.await?
.iter()
.cloned()
.filter(|output| self.db.add_output(output)),