Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 26e94fb

Browse files
authored
Apply suggestions from code review
1 parent 7f6c231 commit 26e94fb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/technical/bitcoin-bridge.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ who sends 10[^fees] BTC to a P2TR address, where:
6565
used to generate the pubkey by shifting the NUMS point.
6666

6767
1. The script path spend has two paths:
68-
1. "Deposit path", an $N$-of-$N$ multisig path,
69-
where $N$ is the number of operators in the bridge.
70-
1. "Take back" path,
71-
which allows the user to take back their funds if the bridge fails to
72-
move funds from the Deposit Request Transaction (DRT)
73-
into the bridge address within approximately 8.5 hours,
74-
i.e. it is time-locked and the user can spend it by providing a signature.
68+
1. "Deposit path", an $N$-of-$N$ multisig path,
69+
where $N$ is the number of operators in the bridge.
70+
1. "Take back" path,
71+
which allows the user to take back their funds if the bridge fails to
72+
move funds from the Deposit Request Transaction (DRT)
73+
into the bridge address within approximately 8.5 hours,
74+
i.e. it is time-locked and the user can spend it by providing a signature.
7575

7676
This transaction has some metadata attached to it, in the form of an `OP_RETURN`
7777
output, that can be up to 80 bytes long (according to bitcoin standardness policy),
@@ -125,7 +125,7 @@ The user requests a withdrawal on Strata and an operator is assigned to
125125
fulfill the request on bitcoin:
126126

127127
1. The user initiates a withdrawal request, in response to which
128-
the corresponding amount of strata BTC or `S-BTC` is burned from Strata.
128+
the corresponding amount of strata BTC or `S-BTC` is burned from Strata.
129129
1. After the burn is confirmed, the assigned operator creates
130130
and signs a Withdrawal Transaction (WT) on the Bitcoin blockchain
131131
where they spend 10 BTC from the bridge address' UTXO set,

0 commit comments

Comments
 (0)