From 5e00612f664b983b1c5ccb9d0b0008fe94ca892e Mon Sep 17 00:00:00 2001 From: woodser Date: Sat, 18 Nov 2023 12:19:23 -0500 Subject: [PATCH] fix makefile config for stagenet wallet --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ee212d56..019a73d0 100644 --- a/Makefile +++ b/Makefile @@ -92,6 +92,7 @@ monerod2-local: funding-wallet-stagenet: ./.localnet/monero-wallet-rpc \ + --stagenet \ --rpc-bind-port 18084 \ --rpc-login rpc_user:abc123 \ --rpc-access-control-origins http://localhost:8080 \