ecdsa: fix up tuple indentation

This commit is contained in:
Daniel Cousens 2015-08-14 08:27:57 +10:00
parent 94e16fbe37
commit 6002d9abd4

View file

@ -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