mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 15:26:03 -04:00
import multisig hex on trade thread when scheduled
This commit is contained in:
parent
35eb65d173
commit
fe1fb88ce0
@ -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…
x
Reference in New Issue
Block a user