mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-18 16:44:34 +00:00
This commit is contained in:
parent
01c8130535
commit
1eca1b60ab
3 changed files with 13 additions and 13 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Seller first protocol
|
||||
|
||||
Seller sends the first transaction.
|
||||
Seller sends the first transaction.\
|
||||
Both coin types must support scripts.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue