mirror of
https://github.com/mimblewimble/mwixnet.git
synced 2025-01-20 19:11:09 +03:00
Update mwixnet.rs -> address -> pubkey
This commit is contained in:
parent
d729087533
commit
654b424a48
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ fn real_main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
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")
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue