Fix refresh_latest_ohlcv bug

This commit is contained in:
Matthias
2021-08-17 06:44:20 +02:00
parent f471915828
commit 9758bed250
2 changed files with 7 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ class VolumePairList(IPairList):
pairlist = self._pair_cache.get('pairlist')
if pairlist:
# Item found - no refresh necessary
return pairlist
return pairlist.copy()
else:
# Use fresh pairlist
# Check if pair quote currency equals to the stake currency.