mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-24 23:00:36 -04:00
use default 'password' to authenticate with wallet rpc server
This commit is contained in:
parent
e3946f3aba
commit
c4758d1e4b
1 changed files with 1 additions and 1 deletions
|
@ -1785,7 +1785,7 @@ public class XmrWalletService extends XmrWalletBase {
|
||||||
List<String> cmd = new ArrayList<>(Arrays.asList( // modifiable list
|
List<String> cmd = new ArrayList<>(Arrays.asList( // modifiable list
|
||||||
MONERO_WALLET_RPC_PATH,
|
MONERO_WALLET_RPC_PATH,
|
||||||
"--rpc-login",
|
"--rpc-login",
|
||||||
MONERO_WALLET_RPC_USERNAME + ":" + getWalletPassword(),
|
MONERO_WALLET_RPC_USERNAME + ":" + MONERO_WALLET_RPC_DEFAULT_PASSWORD,
|
||||||
"--wallet-dir", walletDir.toString()));
|
"--wallet-dir", walletDir.toString()));
|
||||||
|
|
||||||
// omit --mainnet flag since it does not exist
|
// omit --mainnet flag since it does not exist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue