mymonero / mymonero-core-js

The JS library containing the Monero crypto plus lightwallet functions behind the official MyMonero apps
BSD 3-Clause "New" or "Revised" License
101 stars 103 forks source link

TypeError: cnUtil.formatMoney is not a function #50

Closed marceloneil closed 6 years ago

marceloneil commented 6 years ago

https://github.com/mymonero/mymonero-core-js/blob/92734c193a40b89d55822d62a2a49f39200e1e5e/cryptonote_utils/cryptonote_utils.js#L2919-L2921 cnUtil is undefined, as it is being called from within the definition of cnUtil.

paulshapiro commented 6 years ago

This is already fixed in the new branch given we factored money amount (JSBigInt) formatting. Thanks for the report and fix.

marceloneil commented 6 years ago

Feel free to close the issue/pr if it's considered resolved