Finish ecSignature renaming

This commit is contained in:
Leonid Logvinov 2017-05-29 22:45:05 +02:00
parent 7fea711927
commit 9bb738bb2f
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
2 changed files with 4 additions and 4 deletions

View File

@ -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,
},

View File

@ -17,4 +17,4 @@ export class BlockchainLifecycle {
throw new Error(`Snapshot with id #${this.snapshotId} failed to revert`);
}
}
};
}