mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-22 15:04:46 +01:00
BIP-199 Fix list formatting
The sentence "Both parties can now construct the script and P2SH address for the HTLC." was broken with part appearing below the list item.
This commit is contained in:
parent
775f26c026
commit
8414837b21
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@ The script takes the following form:
|
|||
|
||||
===Interaction===
|
||||
|
||||
* Victor (the "buyer") and Peggy (the "seller") exchange public keys and mutually agree upon a timeout threshold. Peggy provides a hash digest. Both parties can now
|
||||
construct the script and P2SH address for the HTLC.
|
||||
* Victor (the "buyer") and Peggy (the "seller") exchange public keys and mutually agree upon a timeout threshold. Peggy provides a hash digest. Both parties can now construct the script and P2SH address for the HTLC.
|
||||
* Victor sends funds to the P2SH address.
|
||||
* Either:
|
||||
** Peggy spends the funds, and in doing so, reveals the preimage to Victor in the transaction; OR
|
||||
|
|
Loading…
Add table
Reference in a new issue