Fix comment
This commit is contained in:
parent
3fe582d94c
commit
612019f5e7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user