Fix comment

This commit is contained in:
Leonid Logvinov 2017-05-25 13:53:54 +02:00
parent 3fe582d94c
commit 612019f5e7
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -18,7 +18,7 @@ const MAX_DIGITS_IN_UNSIGNED_256_INT = 78;
export class ZeroEx {
/**
* Verifies that the elliptic curve signature `signature` was generated
* by signing `data` with the private key corresponding to the `signer` address.
* by signing `data` with the private key corresponding to the `signerETHAddressHex` address.
*/
public static isValidSignature(dataHex: string, signature: ECSignature, signerETHAddressHex: string): boolean {
assert.isHexString('dataHex', dataHex);