mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-29 17:48:43 -04:00
Use exact xmr amount
This commit is contained in:
parent
6b4a02427a
commit
8ff33bd386
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ group Negotiation
|
||||||
note right: Alice stores peer id & address hints\nto contact Bob
|
note right: Alice stores peer id & address hints\nto contact Bob
|
||||||
|
|
||||||
Alice --> Bob: Swap response
|
Alice --> Bob: Swap response
|
||||||
note right: ACK or NACK\n Approx. XMR amount
|
note right: ACK or NACK\n Exact XMR amount
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ group Execution
|
||||||
Alice ->> Monero: Lock
|
Alice ->> Monero: Lock
|
||||||
|
|
||||||
Alice -> Bob: Message5
|
Alice -> Bob: Message5
|
||||||
note right: Exact xmr amount\nzxmr lock tx transfer proof\nThis can be removed if Bob watches the blockchain.
|
note right: xmr lock tx transfer proof\nThis can be removed if Bob watches the blockchain.
|
||||||
|
|
||||||
Bob -> Alice: Message6
|
Bob -> Alice: Message6
|
||||||
note left: redeem tx enc sig S_a
|
note left: redeem tx enc sig S_a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue