From 910268a45b6345f786af0b2d19af5236aca2c40b Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 12 Nov 2019 13:20:01 -0500 Subject: [PATCH] Remove to-fix comment --- zebra-network/src/config.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/zebra-network/src/config.rs b/zebra-network/src/config.rs index 587dd085..3203d091 100644 --- a/zebra-network/src/config.rs +++ b/zebra-network/src/config.rs @@ -21,8 +21,6 @@ pub struct Config { /// A list of initial peers for the peerset when operating on /// mainnet. - /// - /// XXX this should be replaced with DNS names, not SocketAddrs pub initial_mainnet_peers: Vec, /// A list of initial peers for the peerset when operating on