mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-15 16:48:58 -05:00
Implemented Alice transition from BtcLocked to XmrLocked
This commit is contained in:
parent
75e7fedfed
commit
8976a03b3d
3 changed files with 140 additions and 20 deletions
|
|
@ -617,6 +617,7 @@ impl State2 {
|
|||
S_b_monero: self.S_b_monero,
|
||||
S_b_bitcoin: self.S_b_bitcoin,
|
||||
v: self.v,
|
||||
// TODO(Franck): Review if these amounts are actually needed
|
||||
btc: self.btc,
|
||||
xmr: self.xmr,
|
||||
refund_timelock: self.refund_timelock,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue