Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Giwook-Han committed Apr 18, 2024
1 parent 0796548 commit be042dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion network/p2p/p2p.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func (p2p *P2P) Publish(message string) {
for i := range p2p.streams {
if err := p2p.streams[i].topic.Publish(p2p.ctx, msg); err != nil {
log.Error("(Network) Failed to publish to topic", "topic", p2p.streams[i].name, "error", err)

}
}
}
Expand Down

0 comments on commit be042dd

Please sign in to comment.