Fix comment
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user