use default 'password' to authenticate with wallet rpc server

This commit is contained in:
woodser 2025-05-06 07:49:23 -04:00 committed by woodser
parent e3946f3aba
commit c4758d1e4b

View file

@ -1785,7 +1785,7 @@ public class XmrWalletService extends XmrWalletBase {
List<String> cmd = new ArrayList<>(Arrays.asList( // modifiable list
MONERO_WALLET_RPC_PATH,
"--rpc-login",
MONERO_WALLET_RPC_USERNAME + ":" + getWalletPassword(),
MONERO_WALLET_RPC_USERNAME + ":" + MONERO_WALLET_RPC_DEFAULT_PASSWORD,
"--wallet-dir", walletDir.toString()));
// omit --mainnet flag since it does not exist