Skip to content

Ledger: Allow non-hardened paths and introduce less confusing alternative syntax for them

Allow non-hardened paths again. The reason they were disabled is far too many people would forget to double-quote the ledger URIs which caused them to be parsed differently by bash and result in, not an error, but different accounts.

This MR allows you to use h instead of ' to denote "hardened" for a path component.

Edited by Elliot Cameron

Merge request reports