ecdsa: fix up tuple indentation
This commit is contained in:
parent
94e16fbe37
commit
6002d9abd4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue