Skip to content

Commit 4e9565d

Browse files
Add TODO
1 parent f144517 commit 4e9565d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/com/alphawallet/app/repository/TokenRepository.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ public String getTokenImageUrl(long networkId, String address)
417417
return localSource.getTokenImageUrl(networkId, address);
418418
}
419419

420+
//TODO: Refactor this so the balance update is abstracted into the Token itself
421+
// Once the token is updated we can store it. May need to make the token internal balance non-final
420422
private Single<BigDecimal> updateBalance(final Wallet wallet, final Token token)
421423
{
422424
return Single.fromCallable(() -> {

0 commit comments

Comments
 (0)