Removed comments regarding keypair for sfw-provider init

This commit is contained in:
Jedrzej Stuczynski
2020-02-19 11:41:27 +00:00
parent 16c92bebdf
commit 6515666b84
-3
View File
@@ -93,10 +93,7 @@ pub fn execute(matches: &ArgMatches) {
config = override_config(config, matches);
// TODO: which one should be used?
let sphinx_keys = encryption::KeyPair::new();
// let alternative_keypair = MixIdentityKeyPair::new();
let pathfinder = ProviderPathfinder::new_from_config(&config);
let pem_store = PemStore::new(pathfinder);
pem_store