diff --git a/txpool/packets.go b/txpool/packets.go index 94ee4c6c4..54c0e818a 100644 --- a/txpool/packets.go +++ b/txpool/packets.go @@ -162,9 +162,3 @@ func EncodePooledTransactions65(txsRlp [][]byte, encodeBuf []byte) []byte { _ = pos return encodeBuf } - -//type PooledTransactionsPacket66 struct { -// RequestId uint64 -// PooledTransactionsPacket -//} -//type PooledTransactionsPacket []types.Transaction