aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/protocol/test/utils/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/protocol/test/utils/types.ts')
-rw-r--r--contracts/protocol/test/utils/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/protocol/test/utils/types.ts b/contracts/protocol/test/utils/types.ts
index b4cd88673..bbe4ffdab 100644
--- a/contracts/protocol/test/utils/types.ts
+++ b/contracts/protocol/test/utils/types.ts
@@ -3,6 +3,6 @@ import { BigNumber } from '@0x/utils';
export interface AbiDecodedFillOrderData {
order: SignedOrder;
- akerAssetFillAmount: BigNumber;
+ makerAssetFillAmount: BigNumber;
signature: string;
}