SON conn. pool
This commit is contained in:
parent
6febed5a36
commit
ca32d13192
1 changed files with 0 additions and 1 deletions
|
|
@ -881,7 +881,6 @@ void sidechain_net_handler_hive::hive_listener_loop() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void sidechain_net_handler_hive::handle_event(const std::string &event_data) {
|
void sidechain_net_handler_hive::handle_event(const std::string &event_data) {
|
||||||
hive_rpc_client *rpc_client = get_active_rpc_client();
|
|
||||||
const std::string block = rpc_client->block_api_get_block(std::atoll(event_data.c_str()));
|
const std::string block = rpc_client->block_api_get_block(std::atoll(event_data.c_str()));
|
||||||
if (block != "") {
|
if (block != "") {
|
||||||
add_to_son_listener_log("BLOCK : " + event_data);
|
add_to_son_listener_log("BLOCK : " + event_data);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue