Skip to content

Commit 068ee83

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ impl MiniscriptKey for bitcoin::secp256k1::XOnlyPublicKey {
215215
}
216216

217217
impl MiniscriptKey for String {
218-
type Sha256 = String; // specify hashes as string
218+
type Sha256 = String;
219219
type Hash256 = String;
220220
type Ripemd160 = String;
221221
type Hash160 = String;

0 commit comments

Comments
 (0)