Skip to content
In fetchTickers, check to make sure it's not a list. The exchange currently return empty list for coins that are not yet implemented, which cause the ticker['date'] = timestamp; to fail, as 'date' is not an allowed index.

[ci skip]