mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +01:00
829 B
829 B
RPC
- The
listdescriptors,decodepsbtand similar RPC methods now showhrather than apostrophe (') to indicate hardened derivation. This does not apply when using theprivateparameter, which matches the marker used when descriptor was generated or imported. Newly created wallets useh. This change makes it easier to handle descriptor strings manually. E.g. theimportdescriptorsRPC call is easiest to usehas the marker:'["desc": ".../0h/..."]'. With this changelistdescriptorswill useh, so you can copy-paste the result, without having to add escape characters or switch'to 'h' manually. Note that this changes the descriptor checksum. For legacy wallets thehdkeypathfield ingetaddressinfois unchanged, nor is the serialization format of wallet dumps. (#26076)