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