Fixed a small typo in the pairlist documentation

Signed-off-by: hoeckxer <hawkeyenl@yahoo.com>
This commit is contained in:
hoeckxer 2020-11-26 10:24:48 +01:00
parent 1d56c87a34
commit 0b68402c10

View File

@ -60,7 +60,7 @@ The `refresh_period` setting allows to define the period (in seconds), at which
"method": "VolumePairList",
"number_assets": 20,
"sort_key": "quoteVolume",
"refresh_period": 1800,
"refresh_period": 1800
}],
```