mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-01 13:04:40 -04:00
repeat try withdraw tx and fix amount details
This commit is contained in:
parent
ceff34672d
commit
f99fab8515
2 changed files with 56 additions and 49 deletions
|
@ -843,7 +843,7 @@ public abstract class Trade implements Tradable, Model {
|
|||
|
||||
public void importMultisigHex() {
|
||||
synchronized (walletLock) {
|
||||
synchronized (HavenoUtils.getDaemonLock()) { // TODO: lock on daemon because wallet2's import_multisig calls refresh: https://github.com/monero-project/monero/issues/9312
|
||||
synchronized (HavenoUtils.getDaemonLock()) { // lock on daemon because import calls full refresh
|
||||
for (int i = 0; i < TradeProtocol.MAX_ATTEMPTS; i++) {
|
||||
try {
|
||||
doImportMultisigHex();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue