Merge pull request #24 from kenshi84/testnet-url

avoid overwriting provided testnet daemon url
add_selenium_testing
moneroexamples 8 years ago committed by GitHub
commit 2de181eddb

@ -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