Fix "hive-node-rpc-url"
This commit is contained in:
parent
6f2bc4584f
commit
e9dbafb56a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>();
|
||||
}
|
||||
|
||||
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")) {
|
||||
rpc_user = options.at("hive-rpc-user").as<std::string>();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue