Skip to content

Commit dd632bc

Browse files
committed
chore: add log
1 parent bc64a83 commit dd632bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/java/to/bitkit/repositories/WalletRepo.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ class WalletRepo @Inject constructor(
175175
)
176176
_balanceState.update { newBalance }
177177
saveBalanceState(newBalance)
178+
}.onFailure {
179+
Logger.warn("Could not sync balances", context = TAG)
178180
}
179181
}
180182

0 commit comments

Comments
 (0)