Skip to content

Commit

Permalink
Update p2p/peer.go
Browse files Browse the repository at this point in the history
Co-authored-by: Shogo Hyodo <mmoshg8u@gmail.com>
  • Loading branch information
tnasu and ulbqb authored Jul 24, 2023
1 parent 3c2dbe1 commit 02215ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type BufferedMsg struct {
ChID byte
Peer Peer
Msg []byte
Message proto.Message
ProtoMsg proto.Message
}

type EnvelopeSender interface {
Expand Down

0 comments on commit 02215ff

Please sign in to comment.