Skip to content

Commit c0cef54

Browse files
committed
Drop unused LSPS1ServiceEvent::Refund event
Turns out this was another variant we didn't actually use anywhere. So we're dropping it.
1 parent 36e1198 commit c0cef54

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

lightning-liquidity/src/lsps1/event.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,4 @@ pub enum LSPS1ServiceEvent {
174174
/// client.
175175
refund_onchain_address: Option<Address>,
176176
},
177-
/// If error is encountered, refund the amount if paid by the client.
178-
///
179-
/// **Note: ** This event will *not* be persisted across restarts.
180-
Refund {
181-
/// An identifier.
182-
request_id: LSPSRequestId,
183-
/// The node id of the client making the information request.
184-
counterparty_node_id: PublicKey,
185-
/// The order id of the refunded order.
186-
order_id: LSPS1OrderId,
187-
},
188177
}

0 commit comments

Comments
 (0)