From 7b2a561ab0812071bd89daeda08cec3fb02810d0 Mon Sep 17 00:00:00 2001 From: John Light Date: Thu, 10 Oct 2024 16:30:37 +0200 Subject: [PATCH] docs: fix typos on bridge bridge doc --- docs/technical/bitcoin-bridge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/technical/bitcoin-bridge.md b/docs/technical/bitcoin-bridge.md index 8471dd1..9e6488d 100644 --- a/docs/technical/bitcoin-bridge.md +++ b/docs/technical/bitcoin-bridge.md @@ -128,9 +128,9 @@ The user requests a withdrawal on Strata and an operator is assigned to fulfill the request on bitcoin: 1. The user initiates a withdrawal request, in response to which - the corresponding amount of strata BTC or `S-BTC` is burned from Strata. + the corresponding amount of BTC is burned on Strata. 1. After the burn is confirmed, the assigned operator creates - and signs a Withdrawal Transaction (WT) on the Bitcoin blockchain + and signs a Withdrawal Transaction (WT) on the bitcoin blockchain where they spend 10 BTC from the bridge address' UTXO set, while subtracting the operator's fee (5% of the bridge denomination) and the mining fee (minimum 10 satoshis per vByte),