BitBoxSwiss / bitbox02-firmware

Firmware code of the BitBox02 hardware wallet
https://bitbox.swiss/bitbox02
Apache License 2.0
217 stars 81 forks source link

bitcoin/multisig: move registration api functions to a new file #1082

Closed benma closed 1 year ago

benma commented 1 year ago

The IsScriptConfigRegistered and RegisterScriptConfig api calls so far are only used for multisig accounts, but they are more general and can be extended to register other types of accounts. We move them to a new file registrations.rs.