mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 12:41:44 +00:00
lint errors
This commit is contained in:
@ -12,14 +12,6 @@ import (
|
||||
"github.com/tendermint/tendermint/types"
|
||||
)
|
||||
|
||||
type fields struct {
|
||||
logger log.Logger
|
||||
peers map[p2p.ID]*bpPeer
|
||||
blocks map[int64]p2p.ID
|
||||
height int64
|
||||
maxPeerHeight int64
|
||||
}
|
||||
|
||||
type testPeer struct {
|
||||
id p2p.ID
|
||||
height int64
|
||||
|
Reference in New Issue
Block a user