BitBoxSwiss / bitbox-api-rs

BitBox02 client library for Rust and TypeScript
Apache License 2.0
5 stars 9 forks source link

btc: make keypath optional for script registrations #8

Closed benma closed 1 year ago

benma commented 1 year ago

The keypath is unused when registering policies, as it is already present in the script config keys list. It is only required for multisig script registrations at the moment.