aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index a65772878..3b9a08aa1 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -64,7 +64,7 @@ export interface ExchangeContract extends ContractInstance {
ZRX: {
call: () => Promise<string>;
};
- getUnavailableValueT: {
+ getUnavailableTakerTokenAmount: {
call: (orderHash: string) => BigNumber.BigNumber;
};
isRoundingError: {