guardmgr: remove todo about bridge::config::Inner members

We've revised this a few times; now it seems plausible.
This commit is contained in:
Nick Mathewson 2022-11-29 11:03:44 -05:00
parent 0c0f3d1faf
commit 6b12c5d1de
1 changed files with 0 additions and 4 deletions

View File

@ -69,10 +69,6 @@ pub struct BridgeConfig(Arc<Inner>);
/// Configuration for a bridge - actual data
#[derive(Debug, Clone, Eq, PartialEq, Hash)]
struct Inner {
// TODO pt-client: I am not sold on this exact representation for Bridge; it
// needs to be something like this, but not necessarily this exact set of
// members.
//
/// Address and transport via which the bridge can be reached, and
/// the parameters for those transports.
///