Set default price type names for coindesk and ecb.
This commit is contained in:
parent
e714c37e1f
commit
9e5e0ef980
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ class CoinDesk:
|
|||
|
||||
@staticmethod
|
||||
def types():
|
||||
return []
|
||||
return ["close"]
|
||||
|
||||
@staticmethod
|
||||
def notes():
|
||||
|
|
|
@ -31,7 +31,7 @@ class ECB:
|
|||
|
||||
@staticmethod
|
||||
def types():
|
||||
return []
|
||||
return ["reference"]
|
||||
|
||||
@staticmethod
|
||||
def notes():
|
||||
|
|
Loading…
Add table
Reference in a new issue