mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
show '0 confirmation(s)' until confirmed
This commit is contained in:
parent
6455171dea
commit
2e672260d3
@ -539,7 +539,7 @@ public class GUIUtil {
|
||||
tooltip.setText(Res.get("confidence.confirmed", tx.getNumConfirmations()));
|
||||
txConfidenceIndicator.setProgress((double) tx.getNumConfirmations() / (double) XmrWalletService.NUM_BLOCKS_UNLOCK);
|
||||
} else {
|
||||
tooltip.setText(Res.get("confidence.seen", 0));
|
||||
tooltip.setText(Res.get("confidence.confirmed", 0));
|
||||
txConfidenceIndicator.setProgress(-1);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user