Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Feb 1, 2018
1 parent adbf795 commit c5d9dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/main/java/io/bisq/gui/main/MainViewModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ private void startBasicServices() {
log.info("startBasicServices");

ChangeListener<Boolean> walletInitializedListener = (observable, oldValue, newValue) -> {
// TODO that seems to be called too often if Tor takes longer to start up...
if (newValue && !p2pNetWorkReady.get())
showTorNetworkSettingsWindow();
};
Expand Down

0 comments on commit c5d9dd4

Please sign in to comment.