mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Add warning log
This commit is contained in:
parent
ba09fbf18c
commit
ef289a2898
1 changed files with 2 additions and 0 deletions
|
@ -462,6 +462,8 @@ public class GUIUtil {
|
|||
new Popup<>().information(Res.get("popup.warning.notSufficientConnectionsToBtcNetwork", walletsSetup.getMinBroadcastConnections())).show();
|
||||
else if (!walletsSetup.isDownloadComplete())
|
||||
new Popup<>().information(Res.get("popup.warning.downloadNotComplete")).show();
|
||||
else
|
||||
log.warn("showNotReadyForTxBroadcastPopups called but no case matched. This should never happen if isReadyForTxBroadcast was called before.");
|
||||
}
|
||||
|
||||
public static void requestFocus(Node node) {
|
||||
|
|
Loading…
Add table
Reference in a new issue