absortium / poloniex-api

Python Poloniex sync/async API
MIT License
93 stars 21 forks source link

Remove symbol validation in base.py #24

Closed page1 closed 7 years ago

page1 commented 7 years ago

Do we need to validate symbols here? If so can it be based on the valid list of tickers polo keeps instead of an arbitrary constant file?

This patch got my system working again, but it isn't necessarily a total fix. I hope there are tests to double check this doesn't break anything...