Skip to content

Commit

Permalink
docs: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrau authored and gitbook-bot committed Jan 15, 2024
1 parent 13c9b4f commit cd68614
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ For UTXO chains, `/createswap` requests have to contain one additional parameter

Responses also contain one additional value:

* `redeemScript`: redeem script from which the `address` is derived. The redeem script can (and should!) be used to verify that Boltz didn't try to cheat by providing an address without HTLC.
* `redeemScript`: redeem script from which the `address` is derived. The redeem script should be used, [to verify](dont-trust.-verify.md#utxo-chain-address-verification) that Boltz didn't try to cheat by providing an address without HTLC.

In case the address is for the Liquid Network, it will be blinded by a key that is also in the response:

Expand Down Expand Up @@ -478,7 +478,7 @@ For UTXO chains, `/createswap` requests have to contain one additional parameter

Responses also contain one additional value:

* `redeemScript`: Redeem script from which the lockup address was derived. The redeem script can (and should!) be used to verify that Boltz didn't try to cheat by creating an address without a HTLC.
* `redeemScript`: Redeem script from which the lockup address is derived. The redeem script should be used, [to verify](dont-trust.-verify.md#utxo-chain-address-verification) that Boltz didn't try to cheat by creating an address without a HTLC.

In case the lockup address is on the Liquid Network, it will be blinded by a key that is returned in the response too:

Expand Down Expand Up @@ -1114,7 +1114,7 @@ Status Codes:

Response object:

* `nodes`: `JSON` with the symbol of the chain on which the Lightning node is running as key and the following objects:
* `nodes`: `JSON` with the symbol of the chain on which the Lightning node is running as key and the following objects:
* `nodeKey`: Public key of the Lightning node.
* `uris`: Array of the URIs on which the Lightning node is reachable.

Expand Down

0 comments on commit cd68614

Please sign in to comment.