mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
In phase A, message can be send simultaneously so calling them both 0.
This commit is contained in:
parent
c5bfbf8da9
commit
6003f87301
@ -20,22 +20,22 @@ end
|
|||||||
|
|
||||||
group Execution Setup
|
group Execution Setup
|
||||||
group Phase A [Messages can be exchanged in any order]
|
group Phase A [Messages can be exchanged in any order]
|
||||||
Bob -> Alice: Message0
|
Bob -> Alice: bob::Message0
|
||||||
note left: Pubkeys\ndleq proof s_b\nxmr viewkey v_b\nbtc refund addr
|
note left: Pubkeys\ndleq proof s_b\nxmr viewkey v_b\nbtc refund addr
|
||||||
|
|
||||||
Alice -> Bob: Message1
|
Alice -> Bob: alice::Message0
|
||||||
note right: Pubkeys\ndleq proof s_a\nxmr view key v_a\nbtc redeem addr\nbtc punish addr
|
note right: Pubkeys\ndleq proof s_a\nxmr view key v_a\nbtc redeem addr\nbtc punish addr
|
||||||
end
|
end
|
||||||
|
|
||||||
group Phase B [Messages must be exchanged in the given order]
|
group Phase B [Messages must be exchanged in the given order]
|
||||||
|
|
||||||
Bob -> Alice: Message2
|
Bob -> Alice: Message1
|
||||||
note left: unsigned btc lock tx
|
note left: unsigned btc lock tx
|
||||||
|
|
||||||
Alice -> Bob: Message3
|
Alice -> Bob: Message2
|
||||||
note right: btc cancel tx sig\nbtc refund tx enc sig S_b
|
note right: btc cancel tx sig\nbtc refund tx enc sig S_b
|
||||||
|
|
||||||
Bob -> Alice: Message4
|
Bob -> Alice: Message3
|
||||||
note left: btc punish tx sig\nbtc cancel tx sig
|
note left: btc punish tx sig\nbtc cancel tx sig
|
||||||
|
|
||||||
end
|
end
|
||||||
@ -46,10 +46,10 @@ group Execution
|
|||||||
|
|
||||||
Alice ->> Monero: Lock
|
Alice ->> Monero: Lock
|
||||||
|
|
||||||
Alice -> Bob: Message5
|
Alice -> Bob: Message4
|
||||||
note right: xmr 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: Message5
|
||||||
note left: redeem tx enc sig S_a
|
note left: redeem tx enc sig S_a
|
||||||
|
|
||||||
Alice ->> Bitcoin: Redeem
|
Alice ->> Bitcoin: Redeem
|
||||||
|
Loading…
Reference in New Issue
Block a user