commit 1a9eafa75837996efc7030a4a43e041a16955b0c parent 538739cc1a6f8f26b30f5230c1aa78b4a4f28995 Author: n0tr1v <n0tr1v@protonmail.com> Date: Tue, 12 Dec 2023 20:10:40 -0500 fix doc Diffstat:
| M | doc/notes.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/notes.md b/doc/notes.md @@ -84,5 +84,5 @@ select username, registration_duration from users order by id desc limit 10; ``` ``` -/monero-wallet-rpc --wallet-file /Users/n0tr1v/Monero/wallets/dkf_stage/dkf_stage.keys --daemon-address 3.10.182.182:38081 --stagenet --rpc-bind-port 6061 --password '...' --disable-rpc-login +./monero-wallet-rpc --wallet-file /Users/n0tr1v/Monero/wallets/dkf_stage/dkf_stage.keys --daemon-address 3.10.182.182:38081 --stagenet --rpc-bind-port 6061 --password '...' --disable-rpc-login ```