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