Remove incorrect todo

This commit is contained in:
Franck Royer 2021-01-29 16:11:09 +11:00
parent c25d5ff07e
commit f1c07fbb6d
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -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;
}