Skip to content

Commit

Permalink
clarifies a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Feb 8, 2024
1 parent 5382775 commit 784ad57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/conn/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ func (c *MConnection) Send(chID byte, msgBytes []byte) bool {
return success
}

// QueueReceivedMsg places the message in the channel's receiving buffer.
// QueueReceivedMsg places the msgBytes in its respective channel.
func (c *MConnection) QueueReceivedMsg(chID byte, msgBytes []byte) bool {
if !c.IsRunning() {
return false
Expand Down

0 comments on commit 784ad57

Please sign in to comment.