adding a comment for the linty lint friend
the build was successful Details

This commit is contained in:
erinn 2020-10-22 16:21:33 -07:00
parent 43268ff971
commit e9e6dc57f3
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ var autoHandleableEvents = map[event.Type]bool{event.EncryptedGroupMessage: true
event.PeerAcknowledgement: true, event.PeerError: true, event.SendMessageToGroupError: true,
event.NewGetValMessageFromPeer: true, event.NewRetValMessageFromPeer: true}
// DefaultEventsToHandle specifies which events will be subscribed to
// when a peer has its Init() function called
var DefaultEventsToHandle = []event.Type{
event.EncryptedGroupMessage,
event.NewMessageFromPeer,