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, orderValues,
fillAmount, fillAmount,
shouldCheckTransfer, shouldCheckTransfer,
signatureData.v, ecSignature.v,
signatureData.r, ecSignature.r,
signatureData.s, ecSignature.s,
{ {
from: senderAddress, from: senderAddress,
}, },

View File

@ -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`);
} }
} }
}; }