ericsomdahl / python-bittrex

Python bindings for bittrex
MIT License
585 stars 283 forks source link

Fixed withdraw method #144

Closed hurlenko closed 6 years ago

hurlenko commented 6 years ago

If paymentid was None (optional) request wasn't sending any data because of invalid check

skyl commented 6 years ago

LGTM

shazrat commented 6 years ago

Thanks so much for fixing this! I just started running into this issue yesterday, very glad it's sorted now!