mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 10:46:54 +01:00
Add complete call
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
a6208f10dd
commit
55a8b75789
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ public class CheckIfDaoStateIsInSync extends TradeTask {
|
|||
runInterceptHook();
|
||||
|
||||
checkArgument(processModel.getDaoFacade().isDaoStateReadyAndInSync(), "DAO state is not in sync with seed nodes");
|
||||
complete();
|
||||
} catch (Throwable t) {
|
||||
failed(t);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue