Remove empty loop

This commit is contained in:
chimp1984 2020-09-30 22:27:09 -05:00
parent bb99eef059
commit 907fd66dc2
No known key found for this signature in database
GPG Key ID: 9801B4EC591F90E3

View File

@ -348,8 +348,6 @@ public class BisqSetup {
}
public void start() {
UserThread.runPeriodically(() -> {
}, 1);
maybeReSyncSPVChain();
maybeShowTac(this::step2);
}