[Feature]: Generate unspendable taproot addresses #130
Labels
transaction library
Common library for handling transaction manipulation.
utxo consolidation
Tickets related to how we consolidate deposit and withdrawal BTC transactions
Feature - Generate unspendable taproot addresses
1. Description
The deposit taproot script will use an unspendable address as the public key so that no one can key-spend path deposits spent to the signers. The code introduced in #128 assumes these addresses are given, but we should hard-code one for users to use (or implement a function that generates them).
2. Technical Details:
The details for how to construct such an address are hinted to in BIP 341, where they also link to what may be an unspendable address.
2.1 Acceptance Criteria:
3. Related Issues and Pull Requests (optional):
This came up during PR comments of #128.
The text was updated successfully, but these errors were encountered: