mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Add warning log
This commit is contained in:
parent
ba09fbf18c
commit
ef289a2898
@ -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…
Reference in New Issue
Block a user