mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 13:55:17 +00:00
go formatting
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user