add message type to channel descriptor

This commit is contained in:
William Banfield
2022-10-19 21:21:58 -04:00
parent 1919727904
commit 396e3d80ac
6 changed files with 7 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ func (bcR *Reactor) GetChannels() []*p2p.ChannelDescriptor {
SendQueueCapacity: 1000,
RecvBufferCapacity: 50 * 4096,
RecvMessageCapacity: MaxMsgSize,
MessageType: &bcproto.Message{},
},
}
}