Skip to content

Commit 1f7d12c

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

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
@@ -210,7 +210,7 @@ impl MiniscriptKey for bitcoin::secp256k1::XOnlyPublicKey {
210210
}
211211

212212
impl MiniscriptKey for String {
213-
type Sha256 = String; // specify hashes as string
213+
type Sha256 = String;
214214
type Hash256 = String;
215215
type Ripemd160 = String;
216216
type Hash160 = String;

0 commit comments

Comments
 (0)