From 1eca1b60ab715b69de6d24ec2e3e8629840b5e7c Mon Sep 17 00:00:00 2001 From: tecnovert Date: Thu, 17 Oct 2024 20:40:10 +0200 Subject: [PATCH] doc: Fix markdown --- doc/protocols/adaptor_sig.md | 12 ++++++------ doc/protocols/adaptor_sig_reversed.md | 12 ++++++------ doc/protocols/secret_hash_seller_first.md | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/protocols/adaptor_sig.md b/doc/protocols/adaptor_sig.md index 431afdc..d8d9321 100644 --- a/doc/protocols/adaptor_sig.md +++ b/doc/protocols/adaptor_sig.md @@ -10,10 +10,10 @@ An OtVES: - The encrypting private key (b) can be recovered using both the encrypted and decrypted signatures. -Offerer - Sends the offer -Bidder - Sends the bid -Leader - Sends the first lock tx (ITX) -Follower - Sends the second lock tx (PTX) + Offerer - Sends the offer + Bidder - Sends the bid + Leader - Sends the first lock tx (ITX) + Follower - Sends the second lock tx (PTX) NOSCRIPT_COIN lock tx: @@ -78,6 +78,6 @@ o8. Combines the keys to spend from the NOSCRIPT_COIN lock tx | ``` Per swap (including the offer smsg): -Offerer sent 6 smsgs (2 extra from split messages) -Bidder sent 4 smsgs (2 extra from split messages) +- Offerer sent 6 smsgs (2 extra from split messages) +- Bidder sent 4 smsgs (2 extra from split messages) diff --git a/doc/protocols/adaptor_sig_reversed.md b/doc/protocols/adaptor_sig_reversed.md index f323bfb..382ff44 100644 --- a/doc/protocols/adaptor_sig_reversed.md +++ b/doc/protocols/adaptor_sig_reversed.md @@ -4,10 +4,10 @@ ## WIP -Offerer - Sends the offer -Bidder - Sends the bid -Leader - Sends the first lock tx (ITX) -Follower - Sends the second lock tx (PTX) + Offerer - Sends the offer + Bidder - Sends the bid + Leader - Sends the first lock tx (ITX) + Follower - Sends the second lock tx (PTX) The ITX must be sent from the script chain (coin A). @@ -80,6 +80,6 @@ o7. Receives leader OtVES for SCRIPT_COIN lock spend tx. | ``` Per swap (including the offer smsg): -Offerer sent 5 smsgs (2 extra from split messages) -Bidder sent 6 smsgs (2 extra from split messages) +- Offerer sent 5 smsgs (2 extra from split messages) +- Bidder sent 6 smsgs (2 extra from split messages) diff --git a/doc/protocols/secret_hash_seller_first.md b/doc/protocols/secret_hash_seller_first.md index 4b94792..172c8a1 100644 --- a/doc/protocols/secret_hash_seller_first.md +++ b/doc/protocols/secret_hash_seller_first.md @@ -1,6 +1,6 @@ # Seller first protocol -Seller sends the first transaction. +Seller sends the first transaction.\ Both coin types must support scripts.