givelotus / lotus-vase

A simple reference wallet for Lotus which supports mobile devices.
GNU General Public License v3.0
4 stars 2 forks source link

Allow fetching publickey from HDPublicKey #120

Closed schancel closed 3 years ago

schancel commented 3 years ago

This commit allows actually getting the BCHPublicKey from the HDPublicKey -- which was previously not possible. This enables using XPUBS to generate new addresses. Additionally, we add a few tests to make sure that it works.