mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-20 04:44:42 -04:00
Update request.rs
This commit is contained in:
parent
768da0d794
commit
99dfa895bb
1 changed files with 1 additions and 2 deletions
|
@ -172,7 +172,6 @@ impl Request {
|
|||
|
||||
let state_name = format!("{}", swap_state);
|
||||
|
||||
// variable timelock: Option<Result<ExpiredTimelocks>>
|
||||
let timelock = match swap_state {
|
||||
BobState::Started { .. }
|
||||
| BobState::SafelyAborted
|
||||
|
@ -194,7 +193,7 @@ impl Request {
|
|||
| BobState::XmrRedeemed { .. } => None,
|
||||
};
|
||||
|
||||
// Add txids
|
||||
// TODO: Add relevant txids
|
||||
Ok(json!({
|
||||
"swapId": swap_id,
|
||||
"seller": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue