Removed comments regarding keypair for sfw-provider init
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user