Soneso / stellar_flutter_sdk

Stellar SDK for flutter - dart, Stellar, Horizon, Soneso
MIT License
71 stars 33 forks source link

fix readLong on Web #72

Closed hasToDev closed 10 months ago

hasToDev commented 10 months ago

Make sure BigInt only decodes the correct buffer length. Otherwise, it will give a different result than the desired value.

christian-rogobete commented 10 months ago

Hello @hasToDev, thank you for adding this fix