Skip to content

Commit

Permalink
Remove "what" comment
Browse files Browse the repository at this point in the history
We can see that the hashes are specified as strings, no need to comment
this.
  • Loading branch information
tcharding committed Oct 17, 2023
1 parent 263d1e8 commit 1f7d12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl MiniscriptKey for bitcoin::secp256k1::XOnlyPublicKey {
}

impl MiniscriptKey for String {
type Sha256 = String; // specify hashes as string
type Sha256 = String;
type Hash256 = String;
type Ripemd160 = String;
type Hash160 = String;
Expand Down

0 comments on commit 1f7d12c

Please sign in to comment.