Browse Source
This fixes a bug where amounts are read from a CSV file incorrectly due to floating point representation error. For example, the string 0.009 will be parsed as 0.00899999, and then converted to 899999, resulting in one fewer satoshi being sent as part of the transaction generated from the CSV file.283
shunyata
11 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue