Moved calculateSlippage from parsers to transformers

This commit is contained in:
askeluv
2019-02-20 08:55:21 +08:00
parent 0e644da6ac
commit 379e828fc1
3 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import { EdpsSource } from '../data_sources/dex_prices';
import { CryptoCompareOHLCVSource } from '../data_sources/ohlcv_external/crypto_compare';
import { Slippage } from '../entities';
import * as ormConfig from '../ormconfig';
import { calculateSlippage } from '../parsers/slippage';
import { calculateSlippage } from '../transformers/slippage';
import { handleError } from '../utils';
// Number of orders to save at once.