avoid overwriting provided testnet daemon url

add_selenium_testing
kenshi84 7 years ago
parent 68cc814b30
commit 14df81eb9d

@ -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…
Cancel
Save