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

new_integrated_address missing #104

Closed DadiBit closed 4 years ago

DadiBit commented 4 years ago

When printing the keys of monero_utils you see that new_integrated_address is an anonymus function, but when calling it, it returns undefined. How am I supposed to generate a new integrated address?

DadiBit commented 4 years ago

One should use: new__int_addr_from_addr_and_short_pid instead of the missing new_integrated_address.