Implemented Alice transition from BtcLocked to XmrLocked

This commit is contained in:
Franck Royer 2020-11-18 16:27:50 +11:00 committed by rishflab
parent 75e7fedfed
commit 8976a03b3d
3 changed files with 140 additions and 20 deletions

View file

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