Removed deprecated README + comments

This commit is contained in:
Greg Hysen
2018-12-11 16:07:19 -08:00
parent d45c13bfa8
commit 34ff7fae9c
2 changed files with 1 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ describe(ContractName.BalanceThresholdFilter, () => {
// Create proxies
const erc20Proxy = await erc20Wrapper.deployProxyAsync();
await erc20Wrapper.setBalancesAndAllowancesAsync();
// Deploy Exchange congtract
// Deploy Exchange contract
exchangeInstance = await ExchangeContract.deployFrom0xArtifactAsync(
protocolArtifacts.Exchange,
provider,
@@ -356,7 +356,6 @@ describe(ContractName.BalanceThresholdFilter, () => {
),
);
});
// @TODO - greater than 1 balance
});
describe('batchFillOrders', () => {