Fix "hive-node-rpc-url"

This commit is contained in:
Vlad Dobromyslov 2022-07-28 10:33:59 +03:00
parent 6f2bc4584f
commit e9dbafb56a

View file

@ -120,7 +120,7 @@ sidechain_net_handler_hive::sidechain_net_handler_hive(peerplays_sidechain_plugi
debug_rpc_calls = options.at("debug-rpc-calls").as<bool>(); debug_rpc_calls = options.at("debug-rpc-calls").as<bool>();
} }
rpc_url = options.at("hive-rpc-url").as<std::string>(); rpc_url = options.at("hive-node-rpc-url").as<std::string>();
if (options.count("hive-rpc-user")) { if (options.count("hive-rpc-user")) {
rpc_user = options.at("hive-rpc-user").as<std::string>(); rpc_user = options.at("hive-rpc-user").as<std::string>();
} else { } else {