Add complete call

Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
HenrikJannsen 2023-01-05 15:46:59 -05:00 committed by Alejandro García
parent a6208f10dd
commit 55a8b75789
No known key found for this signature in database
GPG key ID: F806F422E222AA02

View file

@ -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);
}