From fa9137af93cd3a1650ef1f7058555c42706c53f5 Mon Sep 17 00:00:00 2001 From: Anca Zamfir Date: Sun, 7 Apr 2019 20:02:10 -0400 Subject: [PATCH] lint errors --- blockchain_new/pool_test.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/blockchain_new/pool_test.go b/blockchain_new/pool_test.go index 862f594c..4a9bc591 100644 --- a/blockchain_new/pool_test.go +++ b/blockchain_new/pool_test.go @@ -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