Skip to content

Commit

Permalink
docs: rm "signature script"
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrau authored and gitbook-bot committed Dec 19, 2023
1 parent 937b3cf commit e4f4f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/claiming-swaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Boltz currently supports two types of outputs:
* [P2SH nested P2WSH](https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki#user-content-P2WSH\_nested\_in\_BIP16\_P2SH) for Normal Submarine Swaps
* [P2WSH](https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki#user-content-P2WSH) for Reverse Submarine Swaps

Claiming works a little different for every output type, but you always need the preimage, private key and original redeem script. Hence, Boltz API clients need to ensure a safe way to store these values until the swap reaches a [final state](lifecycle.md). The signature script or witness script of the input always looks like this:
Claiming works a little different for every output type, but you always need the preimage, private key and original redeem script. Hence, Boltz API clients need to ensure a safe way to store these values until the swap reaches a [final state](lifecycle.md). The witness script of the input always looks like this:

```
<signature>
Expand Down

0 comments on commit e4f4f85

Please sign in to comment.