mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 20:46:33 -05:00
Update request.rs
This commit is contained in:
parent
4150f47655
commit
b98108df06
1 changed files with 1 additions and 2 deletions
|
|
@ -160,7 +160,6 @@ impl Request {
|
|||
|
||||
let state_name = format!("{:?}", swap_state);
|
||||
|
||||
// variable timelock: Option<Result<ExpiredTimelocks>>
|
||||
let timelock = match swap_state {
|
||||
BobState::Started { .. }
|
||||
| BobState::SafelyAborted
|
||||
|
|
@ -182,7 +181,7 @@ impl Request {
|
|||
| BobState::XmrRedeemed { .. } => None,
|
||||
};
|
||||
|
||||
// Add txids
|
||||
// TODO: Add relevant txids
|
||||
Ok(json!({
|
||||
"seller": {
|
||||
"peerId": peerId.to_string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue