-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #606: Ledger: Use ' instead of h for hardened character in wall…
…et policies a633731 tests: Update bitcoind patches (Andrew Chow) b947b7e ledger: Use ' as hardened char (Andrew Chow) 680a9ea descriptor: allow setting custom hardened char (Andrew Chow) Pull request description: Ledgers appear to not like `h` as the hardened character in wallet policies, so change it to use `'`. To make this happen, all of the descriptor `to_string` functions which eventually call `KeyOriginInfo.to_string()` will now take a `hardened_char` argument which defaults to `h`. This allows us to change the hardened char as needed while retaining a default of `h`. Fixes #605 Top commit has no ACKs. Tree-SHA512: 1d74d41671628a0eb7b7b9849840688e3520ba2967c698ad451d55ee3f647a1edb7c5e63e5732f076d38eccb617ad92a82d0953d740a0339aab4ac307a0fa6e3
- Loading branch information
Showing
4 changed files
with
165 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.