From bed92bf362961193ad07acd033225696de9decb7 Mon Sep 17 00:00:00 2001 From: Kirill A Date: Sat, 20 Feb 2021 01:40:24 +0100 Subject: [PATCH] Apply full node schard patch from FreeTON --- validator/full-node-shard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/full-node-shard.cpp b/validator/full-node-shard.cpp index 94dfd925..bc295992 100644 --- a/validator/full-node-shard.cpp +++ b/validator/full-node-shard.cpp @@ -960,7 +960,7 @@ void FullNodeShardImpl::got_neighbour_capabilities(adnl::AdnlNodeIdShort adnl_id it->second.query_failed(); } else { it->second.update_proto_version(*F.move_as_ok().get()); - it->second.update_roundtrip(t); + it->second.query_success(t); } }