SaitoTech / saito-lite-rust

a version of the Saito-Lite client written for compatibility with the Saito Rust client and binary data format
24 stars 28 forks source link

Error Sending Saito #2342

Open arpee opened 7 months ago

arpee commented 7 months ago

Trying to send 123456.789 Saito fails with message:

Image

Attempting to send less than 5 works despite balance being over 5 million.

umairkhannn commented 7 months ago

Issue was related to comparing string to number on submit. Fix pushed to branch: fix/saito-to-nolan

Image