Remove notes

This commit is contained in:
binarybaron 2023-08-20 00:38:56 +02:00
parent 9b503f3367
commit fb4265b2ea

View file

@ -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(),