update MIN_VOLUME_THRESHOLD
This commit is contained in:
parent
70d2c8b9f4
commit
ba64126cd8
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ interface PairWithFirstCurrency extends Pair {
|
|||
first_currency: Currency;
|
||||
}
|
||||
|
||||
const MIN_VOLUME_THRESHOLD = 10; // volume in zano
|
||||
const MIN_VOLUME_THRESHOLD = -1; // volume in zano
|
||||
|
||||
class StatsController {
|
||||
async getAssetStats(req: Request, res: Response) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue