mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-20 15:40:48 -04:00
Preemptively box cancel tx to avoid size difference in enum
This commit is contained in:
parent
69363e43a3
commit
39a46baa2c
3 changed files with 6 additions and 3 deletions
|
@ -150,7 +150,7 @@ impl From<Alice> for AliceState {
|
|||
|
||||
AliceState::BtcCancelled {
|
||||
state3: Box::new(state),
|
||||
tx_cancel,
|
||||
tx_cancel: Box::new(tx_cancel),
|
||||
}
|
||||
}
|
||||
Alice::BtcPunishable(state3) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue