aboutsummaryrefslogtreecommitdiffstats
path: root/contracts
diff options
context:
space:
mode:
authorGreg Hysen <greg.hysen@gmail.com>2018-12-12 08:07:19 +0800
committerGreg Hysen <greg.hysen@gmail.com>2018-12-19 05:36:05 +0800
commit34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9 (patch)
treeca17f99fba72b264024985dca86259d9aa33db64 /contracts
parentd45c13bfa8a85e69bbf4476b22ad48443ae320e7 (diff)
downloaddexon-sol-tools-34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9.tar
dexon-sol-tools-34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9.tar.gz
dexon-sol-tools-34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9.tar.bz2
dexon-sol-tools-34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9.tar.lz
dexon-sol-tools-34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9.tar.xz
dexon-sol-tools-34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9.tar.zst
dexon-sol-tools-34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9.zip
Removed deprecated README + comments
Diffstat (limited to 'contracts')
-rw-r--r--contracts/extensions/test/extensions/balance_threshold_filter.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/contracts/extensions/test/extensions/balance_threshold_filter.ts b/contracts/extensions/test/extensions/balance_threshold_filter.ts
index 72227090b..63cb9de31 100644
--- a/contracts/extensions/test/extensions/balance_threshold_filter.ts
+++ b/contracts/extensions/test/extensions/balance_threshold_filter.ts
@@ -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', () => {