You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deposit transactions have taproot UTXOs with no key-spend path. This makes signing them in them less straightforward during the peg-in transaction. Write a function to make constructing the correct digest to be signed.
2. Technical Details:
2.1 Acceptance Criteria:
The function should give an digest which, once signed and added to the transaction, will be accepted by the bitcoin network as a valid transaction.
3. Related Issues and Pull Requests (optional):
The text was updated successfully, but these errors were encountered:
Feature - Simplify peg-in transaction signing
1. Description
Deposit transactions have taproot UTXOs with no key-spend path. This makes signing them in them less straightforward during the peg-in transaction. Write a function to make constructing the correct digest to be signed.
2. Technical Details:
2.1 Acceptance Criteria:
3. Related Issues and Pull Requests (optional):
The text was updated successfully, but these errors were encountered: