Update sidechain_net_handler_hive.cpp
Clang formatted
This commit is contained in:
parent
b75a8fe6a8
commit
f638caa8fa
1 changed files with 10 additions and 11 deletions
|
|
@ -131,7 +131,6 @@ sidechain_net_handler_hive::sidechain_net_handler_hive(peerplays_sidechain_plugi
|
||||||
if (options.count("hive-node-url"))
|
if (options.count("hive-node-url"))
|
||||||
node_ip = options.at("hive-node-url").as<std::string>();
|
node_ip = options.at("hive-node-url").as<std::string>();
|
||||||
|
|
||||||
|
|
||||||
if (options.count("hive-node-rpc-port"))
|
if (options.count("hive-node-rpc-port"))
|
||||||
node_rpc_port = options.at("hive-node-rpc-port").as<uint32_t>();
|
node_rpc_port = options.at("hive-node-rpc-port").as<uint32_t>();
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue