Fix the comment

This commit is contained in:
Leonid Logvinov 2018-02-05 15:17:10 +01:00
parent e113a8e7af
commit 413e8b6062
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -109,7 +109,7 @@ describe('Arbitrage', () => {
const amountGet = ZeroEx.toBaseUnitAmount(new BigNumber(1), 18);
// Fund the front runner on EtherDelta side
await zrx.setBalance(edFrontRunner, amountGet, { from: coinbase });
// Set the allowance for the maker on EtherDelta side
// Set the allowance for the front-runner on EtherDelta side
await zrx.approve(etherDelta.address, INITIAL_ALLOWANCE, { from: edFrontRunner });
// Deposit front runner funds into EtherDelta
await etherDelta.depositToken(zrx.address, amountGet, { from: edFrontRunner });