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
|
@staticmethod
|
||||||
def types():
|
def types():
|
||||||
return []
|
return ["close"]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def notes():
|
def notes():
|
||||||
|
|
|
@ -31,7 +31,7 @@ class ECB:
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def types():
|
def types():
|
||||||
return []
|
return ["reference"]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def notes():
|
def notes():
|
||||||
|
|
Loading…
Add table
Reference in a new issue