Skip to content

Commit

Permalink
nit feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Sep 25, 2024
1 parent bbe42fa commit ef6c846
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ open class GossipRouter(
.plus(getDirectPeers())
.minus(receivedFrom)
.filterNot { peerDoesNotWantMessage(it, pubMsg.messageId) }
.toList()
.forEach { submitPublishMessage(it, pubMsg) }
mCache += pubMsg
}
Expand Down

0 comments on commit ef6c846

Please sign in to comment.