Skip to content

Commit 6002d9a

Browse files
committed
ecdsa: fix up tuple indentation
1 parent 94e16fb commit 6002d9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ecdsa.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ function sign (curve, hash, d) {
107107
}
108108

109109
function verify (curve, hash, signature, Q) {
110-
typeforce(types.tuple(types.ECCurve,
110+
typeforce(types.tuple(
111+
types.ECCurve,
111112
types.Hash256bit,
112113
types.ECSignature,
113114
types.ECPoint

0 commit comments

Comments
 (0)