mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-30 05:01:44 +00:00
lint errors
This commit is contained in:
@ -12,14 +12,6 @@ import (
|
|||||||
"github.com/tendermint/tendermint/types"
|
"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 {
|
type testPeer struct {
|
||||||
id p2p.ID
|
id p2p.ID
|
||||||
height int64
|
height int64
|
||||||
|
Reference in New Issue
Block a user