Skip to content

Commit

Permalink
update keyset label in test gen.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gibson authored and Adam Gibson committed Sep 3, 2024
1 parent a6f92af commit e430be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/key_processing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ pub fn create_fake_privkeys_values_files(num_privs: u64,
let commitments = get_commitments_from_wif_and_sats(
privkey_wifs.clone(), vec_all_values, &secp)?;

// Then write those to a *aks file with the given label.
let commsfilename = filelabel.to_owned() + ".aks";
// Then write those to a *pks file with the given label.
let commsfilename = filelabel.to_owned() + ".pks";
write_keyset_file_from_commitments(commitments, &commsfilename)?;

// Then form the list of (wif privkeys, values) for the assigned values.
Expand Down

0 comments on commit e430be0

Please sign in to comment.