sammchardy / python-binance-chain

Binance Chain Exchange API python implementation for automated trading
http://python-binance-chain.rtfd.io
MIT License
302 stars 132 forks source link

Optimize Msg decode #27

Open logan059 opened 5 years ago

logan059 commented 5 years ago

Before msg.to_hex_data() is return b'd601233...' ,but now return 'd601233...'