improve comment

This commit is contained in:
Fabio Berger
2017-05-29 16:10:20 +02:00
parent c513a5a5bd
commit 9008dfdcb1

View File

@@ -134,7 +134,7 @@ export class ZeroEx {
this.exchange = new ExchangeWrapper(this.web3Wrapper); this.exchange = new ExchangeWrapper(this.web3Wrapper);
} }
/** /**
* Signs an orderHash and returns it's ECSignature * Signs an orderHash and returns it's elliptic curve signature
* This method currently supports TestRPC, Geth and Parity above and below V1.6.6 * This method currently supports TestRPC, Geth and Parity above and below V1.6.6
*/ */
public async signOrderHashAsync(orderHashHex: string): Promise<ECSignature> { public async signOrderHashAsync(orderHashHex: string): Promise<ECSignature> {