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 @staticmethod
def types(): def types():
return [] return ["close"]
@staticmethod @staticmethod
def notes(): def notes():

View file

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