Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnet3 committed Jan 3, 2024
1 parent cba7e8c commit b561bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vector_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mod tests {

let input_priv_keys = decode_priv_keys(&given.input_priv_keys);

let outpoints = given.outpoints; //decode_outpoints(&given.outpoints);
let outpoints = given.outpoints;

let outpoints_hash = hash_outpoints(&outpoints).unwrap();

Expand Down

0 comments on commit b561bd8

Please sign in to comment.