import multisig hex on trade thread when scheduled
This commit is contained in:
parent
35eb65d173
commit
fe1fb88ce0
1 changed files with 1 additions and 1 deletions
|
@ -1121,8 +1121,8 @@ public abstract class Trade extends XmrWalletBase implements Tradable, Model {
|
|||
if (!isInitialized || isShutDownStarted) return;
|
||||
synchronized (getLock()) {
|
||||
if (processModel.isImportMultisigHexScheduled()) {
|
||||
importMultisigHex();
|
||||
processModel.setImportMultisigHexScheduled(false);
|
||||
ThreadUtils.submitToPool(() -> importMultisigHex());
|
||||
}
|
||||
}
|
||||
}, getId());
|
||||
|
|
Loading…
Reference in a new issue