Skip to content

Commit

Permalink
ecdsa: fix up tuple indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Aug 14, 2015
1 parent 94e16fb commit 6002d9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ecdsa.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ function sign (curve, hash, d) {
}

function verify (curve, hash, signature, Q) {
typeforce(types.tuple(types.ECCurve,
typeforce(types.tuple(
types.ECCurve,
types.Hash256bit,
types.ECSignature,
types.ECPoint
Expand Down

0 comments on commit 6002d9a

Please sign in to comment.