We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LSPS1ServiceEvent::Refund
1 parent 36e1198 commit c0cef54Copy full SHA for c0cef54
1 file changed
lightning-liquidity/src/lsps1/event.rs
@@ -174,15 +174,4 @@ pub enum LSPS1ServiceEvent {
174
/// client.
175
refund_onchain_address: Option<Address>,
176
},
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
- },
188
}
0 commit comments