cryptoadvance / specter-diy

DIY airgapped hardware wallet that uses QR codes for communication with the host
MIT License
440 stars 73 forks source link

Update input.py #191

Closed chinaverse closed 2 years ago

chinaverse commented 2 years ago

Without " ' " character, the bip44 hardened child xpub key from derivation path " m/44'/0'/0' " is impossible to create, it's different from normal child xpub key from derivation path "m/44/0/0".

We already have lv.SYMBOL.LEFT, lv.SYMBOL.CLOSE seems reduntant.

stepansnigirev commented 2 years ago

h is the hardened derivation, it's the same as '. image

lv.SYMBOL.LEFT is deleting one character, lv.SYMBOL.CLOSE clears the whole path.