You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (getWallet() == null) thrownewRuntimeException("Cannot sync trade wallet because it doesn't exist for " + getClass().getSimpleName() + ", " + getId());
2584
+
if (getWallet() == null) thrownewIllegalStateException("Cannot sync trade wallet because it doesn't exist for " + getClass().getSimpleName() + ", " + getId());
2585
2585
if (getWallet().getDaemonConnection() == null) thrownewRuntimeException("Cannot sync trade wallet because it's not connected to a Monero daemon for " + getClass().getSimpleName() + ", " + getId());
2586
2586
if (isWalletBehind()) {
2587
2587
log.info("Syncing wallet for {} {}", getClass().getSimpleName(), getShortId());
0 commit comments