mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +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();
|
runInterceptHook();
|
||||||
|
|
||||||
checkArgument(processModel.getDaoFacade().isDaoStateReadyAndInSync(), "DAO state is not in sync with seed nodes");
|
checkArgument(processModel.getDaoFacade().isDaoStateReadyAndInSync(), "DAO state is not in sync with seed nodes");
|
||||||
|
complete();
|
||||||
} catch (Throwable t) {
|
} catch (Throwable t) {
|
||||||
failed(t);
|
failed(t);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue