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

Reuse `_generatePubKey` instead of deserializing HDPubKeys #119

Closed schancel closed 3 years ago

schancel commented 3 years ago

Remove some insane code in HDPrivateKey returns an HDPublicKey by first generating the HDPublicKey, serializing, and then deserializing it. Argh.