Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bridge): important details on DRT (#19)
## Description While testing the Bridge Client, I've realized that we're missing some important details on the Deposit Request Transaction (DRT) about: 1. that the multisig N-of-N is a Schnorr aggregated sig 1. that the `OP_RETURN` needs to be the first output --- ## Type of Change - [ ] New Document - [x] Update to Existing Document - [ ] Bug Fix - [ ] Question/clarification - [ ] Other (please describe): --- ## Checklist - [ ] I have reviewed the existing documentation to avoid duplication. - [ ] The new or updated document includes clear and concise information. - [ ] All relevant sections (e.g., introduction, usage examples, references) are included. - [ ] The document follows the project's style guide and formatting rules. - [ ] I have included any necessary references or external resources. - [ ] Spellcheck and grammar check have been performed. - [ ] (For updates) I have verified that the changes reflect the current state of the project. --- ## Reviewer Checklist - [x] The purpose and scope of the document are clear. - [x] The document is easy to understand and follow. - [x] There are no typos or grammatical errors. - [x] All necessary sections are included and well-structured. - [x] The document is consistent with the project's style guide. - [x] Any referenced links or resources are valid and appropriate. --- **Thank you for contributing to our documentation!**
- Loading branch information