LedgerHQ / app-bitcoin-new

Modern Bitcoin Application based on PSBT and Descriptors
Apache License 2.0
93 stars 69 forks source link

FIX python exemple #242

Closed pgrange closed 5 months ago

pgrange commented 6 months ago

The python exemple code in the README would not work. The reason seems to be the fact that /** at the end of a key is not allowed in a policy.

The following patch fixes this issue.

bigspider commented 5 months ago

Thanks @pgrange, that was indeed a remnant of the old wallet policies (before version 2.1.0), when the /** was moved from the key info to the descriptor template.