fix typo in XmrWalletService.java, excute -> execute

This commit is contained in:
Ikko Eltociear Ashimine 2024-08-09 23:37:01 +09:00 committed by GitHub
parent a7cda6cdeb
commit 0461fe66ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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");
}