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