Skip to content

Commit

Permalink
Restore re-gossipping incorrectly removed in #1836
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Aug 20, 2023
1 parent 515f9d9 commit 53008d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/sc-proof-of-time/src/gossip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ where
trace!(%error, %sender, "On gossip");
} else {
trace!(%proof, ?elapsed, %sender, "On gossip");
self.engine
.lock()
.gossip_message(self.topic, proof.encode(), false);
}
}

Expand Down

0 comments on commit 53008d1

Please sign in to comment.