diff options
author | Fabio Berger <me@fabioberger.com> | 2017-06-03 01:03:53 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-06-03 01:03:53 +0800 |
commit | 35c9330d6246183509a3543cdf1278b9ced191e2 (patch) | |
tree | 5cef8b37a52ef4ce258a971b1ae52c5c2ad63a63 /src/0x.js.ts | |
parent | ab5b5a881bc8f8f8d176ae65440de8fcd25ad906 (diff) | |
parent | c83587a16d016d1efafaf31abb9b39eb54128568 (diff) | |
download | dexon-sol-tools-35c9330d6246183509a3543cdf1278b9ced191e2.tar dexon-sol-tools-35c9330d6246183509a3543cdf1278b9ced191e2.tar.gz dexon-sol-tools-35c9330d6246183509a3543cdf1278b9ced191e2.tar.bz2 dexon-sol-tools-35c9330d6246183509a3543cdf1278b9ced191e2.tar.lz dexon-sol-tools-35c9330d6246183509a3543cdf1278b9ced191e2.tar.xz dexon-sol-tools-35c9330d6246183509a3543cdf1278b9ced191e2.tar.zst dexon-sol-tools-35c9330d6246183509a3543cdf1278b9ced191e2.zip |
Merge branch 'master' into unavailableFilledCancelled
# Conflicts:
# src/contract_wrappers/exchange_wrapper.ts
# src/types.ts
# test/exchange_wrapper_test.ts
Diffstat (limited to 'src/0x.js.ts')
-rw-r--r-- | src/0x.js.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/0x.js.ts b/src/0x.js.ts index 967c81ed8..40290467a 100644 --- a/src/0x.js.ts +++ b/src/0x.js.ts @@ -135,7 +135,7 @@ export class ZeroEx { return senderAccountIfExists; } /** - * Computes the orderHash given the order parameters and returns it as a hex encoded string. + * Computes the orderHash for a given order and returns it as a hex encoded string. */ public async getOrderHashHexAsync(order: Order|SignedOrder): Promise<string> { const exchangeContractAddr = await this.getExchangeAddressAsync(); |