aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-05-29 22:10:20 +0800
committerFabio Berger <me@fabioberger.com>2017-05-29 22:10:20 +0800
commit9008dfdcb1c42fabaf0ba713917c413386089891 (patch)
tree2f1d6606cde32bb88fc76f016a697c3c9b7370cf
parentc513a5a5bd06d7af4e7a051a11bdd3eec4b54007 (diff)
downloaddexon-sol-tools-9008dfdcb1c42fabaf0ba713917c413386089891.tar
dexon-sol-tools-9008dfdcb1c42fabaf0ba713917c413386089891.tar.gz
dexon-sol-tools-9008dfdcb1c42fabaf0ba713917c413386089891.tar.bz2
dexon-sol-tools-9008dfdcb1c42fabaf0ba713917c413386089891.tar.lz
dexon-sol-tools-9008dfdcb1c42fabaf0ba713917c413386089891.tar.xz
dexon-sol-tools-9008dfdcb1c42fabaf0ba713917c413386089891.tar.zst
dexon-sol-tools-9008dfdcb1c42fabaf0ba713917c413386089891.zip
improve comment
-rw-r--r--src/0x.js.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/0x.js.ts b/src/0x.js.ts
index eff371c3b..aed7513a8 100644
--- a/src/0x.js.ts
+++ b/src/0x.js.ts
@@ -134,7 +134,7 @@ export class ZeroEx {
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
*/
public async signOrderHashAsync(orderHashHex: string): Promise<ECSignature> {