Finish ecSignature renaming
This commit is contained in:
parent
7fea711927
commit
9bb738bb2f
@ -92,9 +92,9 @@ export class ExchangeWrapper extends ContractWrapper {
|
|||||||
orderValues,
|
orderValues,
|
||||||
fillAmount,
|
fillAmount,
|
||||||
shouldCheckTransfer,
|
shouldCheckTransfer,
|
||||||
signatureData.v,
|
ecSignature.v,
|
||||||
signatureData.r,
|
ecSignature.r,
|
||||||
signatureData.s,
|
ecSignature.s,
|
||||||
{
|
{
|
||||||
from: senderAddress,
|
from: senderAddress,
|
||||||
},
|
},
|
||||||
|
@ -17,4 +17,4 @@ export class BlockchainLifecycle {
|
|||||||
throw new Error(`Snapshot with id #${this.snapshotId} failed to revert`);
|
throw new Error(`Snapshot with id #${this.snapshotId} failed to revert`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user