Skip to content

Commit

Permalink
Fix transactions TAB for the distributor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjos2372 committed Jun 30, 2022
1 parent 3c3e92c commit 9d8bf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/btdex/ui/TransactionsPanel.java
Expand Up @@ -276,7 +276,7 @@ public void update() {
break;
case 8:
type = tr("txs_distribution");
{
if(tx.getSender().getSignedLongId() != g.getAddress().getSignedLongId()){
IndirectIncoming indirect = g.getNS().getIndirectIncoming(g.getAddress(), tx.getId()).blockingGet();
amountFormatted = NumberFormatting.BURST.format(indirect.getAmount().longValue()) + " " + Constants.BURST_TICKER;
}
Expand Down

0 comments on commit 9d8bf6f

Please sign in to comment.