Skip to content

Commit 25ba141

Browse files
committed
Remove Monero daemon login
1 parent 36c0591 commit 25ba141

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/monero-wallet-rpc/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
shell: bash
4444
run: |
4545
./monero-wallet-rpc --allow-mismatched-daemon-version \
46-
--daemon-address 0.0.0.0:18081 --daemon-login user:pass \
46+
--daemon-address 0.0.0.0:18081 \
4747
--rpc-login=user:pass --rpc-bind-port 18082 \
4848
--wallet-dir ./ \
4949
--detach

.github/actions/monero/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ runs:
4747
monerod --non-interactive --regtest --offline --fixed-difficulty=1 \
4848
--no-zmq --rpc-bind-ip=0.0.0.0 --rpc-bind-port=18081 --confirm-external-bind \
4949
--rpc-access-control-origins "*" --disable-rpc-ban \
50-
--rpc-login=user:pass --detach
50+
--detach

0 commit comments

Comments
 (0)