Skip to content

Commit a8d5938

Browse files
committed
Remove "what" comment
We can see that the hashes are specified as strings, no need to comment this.
1 parent cc0ce79 commit a8d5938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ impl MiniscriptKey for bitcoin::secp256k1::XOnlyPublicKey {
201201
}
202202

203203
impl MiniscriptKey for String {
204-
type Sha256 = String; // specify hashes as string
204+
type Sha256 = String;
205205
type Hash256 = String;
206206
type Ripemd160 = String;
207207
type Hash160 = String;

0 commit comments

Comments
 (0)