wisespace-io / binance-rs

Rust Library for the Binance API
Other
649 stars 295 forks source link

Fix critical typo in building request body #90

Closed dorak88783 closed 3 years ago

dorak88783 commented 3 years ago

I didn't see this in my review of @ppamorim 's PR, but found it while testing.

Using {:?} will put extra quotes around the printed string, which isn't correct.