diff --git a/swap/src/config.rs b/swap/src/config.rs index 1f8f9e59..286f0309 100644 --- a/swap/src/config.rs +++ b/swap/src/config.rs @@ -16,7 +16,6 @@ pub struct Config { pub monero_network: monero::Network, } -// TODO: This trait is not needed pub trait GetConfig { fn get_config() -> Config; }