circle build failed. New commit to resubmit job.
This commit is contained in:
parent
f39c03191c
commit
6892f929fb
@ -279,7 +279,7 @@ export class ExchangeWrapper {
|
|||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
public abiDecodeFillOrder(data: string): AbiDecodedFillOrderData {
|
public abiDecodeFillOrder(data: string): AbiDecodedFillOrderData {
|
||||||
// Lookup fillOrder ABI
|
// Lookup fillOrder ABI in exchange abi
|
||||||
const fillOrderAbi = _.find(this._exchange.abi, (value: AbiDefinition) => {
|
const fillOrderAbi = _.find(this._exchange.abi, (value: AbiDefinition) => {
|
||||||
if (value.type === 'function' && (value as any).name === 'fillOrder') {
|
if (value.type === 'function' && (value as any).name === 'fillOrder') {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user