mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 20:46:33 -05:00
merging master changes
This commit is contained in:
commit
925c7bc179
37 changed files with 279 additions and 219 deletions
|
|
@ -301,7 +301,7 @@ pub mod api_test {
|
|||
swap_id: Some(Uuid::from_str(SWAP_ID).unwrap()),
|
||||
..Default::default()
|
||||
},
|
||||
cmd: Method::Cancel,
|
||||
cmd: Method::CancelAndRefund,
|
||||
shutdown: Shutdown::new(tx.subscribe()),
|
||||
}
|
||||
}
|
||||
|
|
@ -312,7 +312,7 @@ pub mod api_test {
|
|||
swap_id: Some(Uuid::from_str(SWAP_ID).unwrap()),
|
||||
..Default::default()
|
||||
},
|
||||
cmd: Method::Refund,
|
||||
cmd: Method::CancelAndRefund,
|
||||
shutdown: Shutdown::new(tx.subscribe()),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue