Update mwixnet.rs -> address -> pubkey

This commit is contained in:
Yeastplume 2024-08-14 11:39:35 +01:00 committed by GitHub
parent d729087533
commit 654b424a48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,7 +124,7 @@ fn real_main() -> Result<(), Box<dyn std::error::Error>> {
config_path.to_string_lossy() config_path.to_string_lossy()
); );
} }
let sub_args = args.subcommand_matches("address").unwrap(); let sub_args = args.subcommand_matches("pubkey").unwrap();
let server_pubkey = server_config.server_pubkey(); let server_pubkey = server_config.server_pubkey();
if sub_args.is_present("output_file") if sub_args.is_present("output_file")
{ {