From 654b424a485996ba5398db470e23dc46bd14f2f4 Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Wed, 14 Aug 2024 11:39:35 +0100 Subject: [PATCH] Update mwixnet.rs -> address -> pubkey --- src/bin/mwixnet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/mwixnet.rs b/src/bin/mwixnet.rs index a8a6ba4..b790b7b 100644 --- a/src/bin/mwixnet.rs +++ b/src/bin/mwixnet.rs @@ -124,7 +124,7 @@ fn real_main() -> Result<(), Box> { 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(); if sub_args.is_present("output_file") {