SON conn. pool

This commit is contained in:
timur 2022-11-28 06:38:50 -04:00
parent 6febed5a36
commit ca32d13192

View file

@ -881,7 +881,6 @@ void sidechain_net_handler_hive::hive_listener_loop() {
}
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()));
if (block != "") {
add_to_son_listener_log("BLOCK : " + event_data);