From 59597091b7d4478394893f24e3f4f96411a051dc Mon Sep 17 00:00:00 2001 From: Dustin Brody Date: Sat, 7 Mar 2020 19:27:45 +0100 Subject: [PATCH] migrate libp2p aspects to issue #781 --- beacon_chain/attestation_aggregation.nim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/beacon_chain/attestation_aggregation.nim b/beacon_chain/attestation_aggregation.nim index 99b5f8a26c..1e6113e9a7 100644 --- a/beacon_chain/attestation_aggregation.nim +++ b/beacon_chain/attestation_aggregation.nim @@ -11,10 +11,6 @@ # https://github.com/ethereum/eth2.0-specs/blob/v0.10.1/specs/phase0/p2p-interface.md#topics-and-messages # specifies. So by the time this calls attestation pool, all validation's # already done. -# -# Finally, some of the filtering's libp2p stuff. Consistency checks between -# topic/message types and GOSSIP_MAX_SIZE -- mostly doesn't belong here, so -# while TODO, isn't TODO for this module. import options,