mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
fix typo in XmrWalletService.java, excute -> execute
This commit is contained in:
parent
a7cda6cdeb
commit
0461fe66ec
@ -1663,7 +1663,7 @@ public class XmrWalletService extends XmrWalletBase {
|
||||
});
|
||||
}
|
||||
|
||||
// excute tasks in parallel
|
||||
// execute tasks in parallel
|
||||
ThreadUtils.awaitTasks(tasks, Math.min(10, 1 + trades.size()));
|
||||
log.info("Done changing all wallet passwords");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user