Skip to content

Commit

Permalink
Remove process_active & active.publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiySW committed Oct 1, 2018
1 parent 42b2a0f commit 28d7e67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rai/node/node.cpp
Expand Up @@ -515,8 +515,6 @@ class network_message_visitor : public rai::message_visitor
}
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);
node.active.publish (message_a.block);
auto transaction_a (node.store.tx_begin_read ());
auto successor (node.ledger.successor (transaction_a, message_a.block->root ()));
if (successor != nullptr)
Expand Down

0 comments on commit 28d7e67

Please sign in to comment.