Skip to content

Commit e430be0

Browse files
Adam GibsonAdam Gibson
Adam Gibson
authored and
Adam Gibson
committed
update keyset label in test gen.
1 parent a6f92af commit e430be0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/key_processing.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ pub fn create_fake_privkeys_values_files(num_privs: u64,
7777
let commitments = get_commitments_from_wif_and_sats(
7878
privkey_wifs.clone(), vec_all_values, &secp)?;
7979

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

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

0 commit comments

Comments
 (0)