lint errors

This commit is contained in:
Anca Zamfir
2019-04-07 20:02:10 -04:00
parent 07e951a4f8
commit fa9137af93

View File

@ -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