Set default price type names for coindesk and ecb.

This commit is contained in:
Chris Berkhout 2021-05-25 12:51:53 +02:00
parent e714c37e1f
commit 9e5e0ef980
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ class CoinDesk:
@staticmethod
def types():
return []
return ["close"]
@staticmethod
def notes():

View file

@ -31,7 +31,7 @@ class ECB:
@staticmethod
def types():
return []
return ["reference"]
@staticmethod
def notes():