mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 20:19:21 +00:00
makefile: change p2p port in monero-shared to 58080
This commit is contained in:
parent
c28108a4b6
commit
b4112e50e9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -131,7 +131,7 @@ monero-shared:
|
|||
--no-igd \
|
||||
--hide-my-port \
|
||||
--data-dir .localnet/stagenet \
|
||||
--add-exclusive-node 136.244.105.131:38080 \
|
||||
--add-exclusive-node 136.244.105.131:58080 \
|
||||
--rpc-login superuser:abctesting123 \
|
||||
--rpc-access-control-origins http://localhost:8080 \
|
||||
|
||||
|
|
Loading…
Reference in a new issue