Skip to content
Snippets Groups Projects
Commit 36987c02 authored by asynchronous rob's avatar asynchronous rob Committed by GitHub
Browse files

propagate round messages after verification (#2660)

parent 0089ad40
No related merge requests found
......@@ -690,6 +690,7 @@ impl<Block: BlockT> network_gossip::Validator<Block> for GossipValidator<Block>
match action {
Action::Keep(topic, cb) => {
self.report(who.clone(), cb);
context.broadcast_message(topic, data.to_vec(), false);
network_gossip::ValidationResult::ProcessAndKeep(topic)
}
Action::ProcessAndDiscard(topic, cb) => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment