Remove process_active from confirm_req (#1265)

This commit is contained in:
Roy Keene 2018-10-05 10:02:36 -05:00 committed by GitHub
commit 84eba68088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -489,7 +489,6 @@ public:
}
node.stats.inc (rai::stat::type::message, rai::stat::detail::confirm_req, rai::stat::dir::in);
node.peers.contacted (sender, message_a.header.version_using);
node.process_active (message_a.block);
// Don't load nodes with disabled voting
if (node.config.enable_voting)
{