mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
avoid overwriting provided testnet daemon url
This commit is contained in:
parent
68cc814b30
commit
14df81eb9d
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -142,7 +142,7 @@ int main(int ac, const char* av[]) {
|
|||
|
||||
string deamon_url {*deamon_url_opt};
|
||||
|
||||
if (testnet)
|
||||
if (testnet && deamon_url == "http:://127.0.0.1:18081")
|
||||
deamon_url = "http:://127.0.0.1:28081";
|
||||
|
||||
// create instance of page class which
|
||||
|
|
Loading…
Reference in a new issue