From 8414837b21eaef3823d3ff2efdb42d868bf9a308 Mon Sep 17 00:00:00 2001 From: Jonathan Cross Date: Wed, 6 Sep 2017 00:32:46 +0200 Subject: [PATCH] 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. --- bip-0199.mediawiki | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bip-0199.mediawiki b/bip-0199.mediawiki index 887804a3..e463c7f7 100644 --- a/bip-0199.mediawiki +++ b/bip-0199.mediawiki @@ -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