doc: Fix markdown
Some checks failed
lint / build (3.12) (push) Has been cancelled

This commit is contained in:
tecnovert 2024-10-17 20:40:10 +02:00
parent 01c8130535
commit 1eca1b60ab
No known key found for this signature in database
GPG key ID: 8ED6D8750C4E3F93
3 changed files with 13 additions and 13 deletions

View file

@ -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)

View file

@ -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)

View file

@ -1,6 +1,6 @@
# Seller first protocol
Seller sends the first transaction.
Seller sends the first transaction.\
Both coin types must support scripts.