@ecency/wallets 1.4.16 → 1.4.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2296,7 +2296,7 @@ function getPointsAssetTransactionsQueryOptions(username, type) {
2296
2296
  type: type2,
2297
2297
  results: [
2298
2298
  {
2299
- amount: parseInt(amount),
2299
+ amount: parseFloat(amount),
2300
2300
  asset: "POINTS"
2301
2301
  }
2302
2302
  ],