aboutsummaryrefslogtreecommitdiff
path: root/ccxt_wrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'ccxt_wrapper.py')
-rw-r--r--ccxt_wrapper.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/ccxt_wrapper.py b/ccxt_wrapper.py
index 366586c..d2c9b4c 100644
--- a/ccxt_wrapper.py
+++ b/ccxt_wrapper.py
@@ -391,4 +391,14 @@ class poloniexE(poloniex):
391 else: 391 else:
392 raise NotImplementedError 392 raise NotImplementedError
393 393
394 def common_currency_code(self, currency):
395 """
396 Wrapped to avoid the currency translation
397 """
398 return currency
394 399
400 def currency_id(self, currency):
401 """
402 Wrapped to avoid the currency translation
403 """
404 return currency