Remove Phase 1 TODO

This commit is contained in:
Age Manning 2019-07-02 11:15:35 +10:00
parent bffe6c327f
commit dd410535cb
No known key found for this signature in database
GPG Key ID: 05EED64B79E06A93

View File

@ -8,7 +8,6 @@ use std::time::Duration;
/// The beacon node topic string to subscribe to.
pub const BEACON_PUBSUB_TOPIC: &str = "beacon_block";
pub const BEACON_ATTESTATION_TOPIC: &str = "beacon_attestation";
//TODO: Implement shard subnets
pub const SHARD_TOPIC_PREFIX: &str = "shard";
#[derive(Clone, Debug, Serialize, Deserialize)]