Skip to content

Commit a8a5698

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

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

211211
impl MiniscriptKey for String {
212-
type Sha256 = String; // specify hashes as string
212+
type Sha256 = String;
213213
type Hash256 = String;
214214
type Ripemd160 = String;
215215
type Hash160 = String;

0 commit comments

Comments
 (0)