hypercore-one / syrius

MIT License
0 stars 0 forks source link

Fix decimal extraction extension method #47

Closed vilkris4 closed 1 year ago

vilkris4 commented 1 year ago

This extractDecimals extension method could not parse a string when the decimals parameter is zero, because the BigInt.parse method requires a non-empty input.