update translation: Connecting to Haveno network

This commit is contained in:
woodser 2023-12-06 14:22:12 -05:00
parent 8800d9ea46
commit 41ed01dbde
16 changed files with 16 additions and 15 deletions

View file

@ -890,6 +890,7 @@ public class XmrWalletService {
cmd.add("--" + MONERO_NETWORK_TYPE.toString().toLowerCase());
}
// set connection flags
MoneroRpcConnection connection = xmrConnectionService.getConnection();
if (connection != null) {
cmd.add("--daemon-address");