mirror of
https://github.com/boldsuck/haveno.git
synced 2025-01-09 09:39:23 +00:00
show '0 confirmation(s)' until confirmed
This commit is contained in:
parent
6455171dea
commit
2e672260d3
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ public class GUIUtil {
|
||||||
tooltip.setText(Res.get("confidence.confirmed", tx.getNumConfirmations()));
|
tooltip.setText(Res.get("confidence.confirmed", tx.getNumConfirmations()));
|
||||||
txConfidenceIndicator.setProgress((double) tx.getNumConfirmations() / (double) XmrWalletService.NUM_BLOCKS_UNLOCK);
|
txConfidenceIndicator.setProgress((double) tx.getNumConfirmations() / (double) XmrWalletService.NUM_BLOCKS_UNLOCK);
|
||||||
} else {
|
} else {
|
||||||
tooltip.setText(Res.get("confidence.seen", 0));
|
tooltip.setText(Res.get("confidence.confirmed", 0));
|
||||||
txConfidenceIndicator.setProgress(-1);
|
txConfidenceIndicator.setProgress(-1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue