go formatting

This commit is contained in:
Callum
2020-04-29 15:26:02 +02:00
parent 15a9f1760d
commit 61dbdf4f12
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ type Pool struct {
evidenceList *clist.CList // concurrent linked-list of evidence
// needed to load validators to verify evidence
stateDB dbm.DB
stateDB dbm.DB
// needed to load headers to verify evidence
blockStore *store.BlockStore

View File

@@ -49,8 +49,8 @@ func (evR *Reactor) SetLogger(l log.Logger) {
func (evR *Reactor) GetChannels() []*p2p.ChannelDescriptor {
return []*p2p.ChannelDescriptor{
{
ID: EvidenceChannel,
Priority: 5,
ID: EvidenceChannel,
Priority: 5,
RecvMessageCapacity: maxMsgSize,
},
}