mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-16 15:58:08 +00:00
fix typo in XmrWalletService.java, excute -> execute
This commit is contained in:
parent
a7cda6cdeb
commit
0461fe66ec
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue