Skip to content

Commit 191b0a1

Browse files
committed
fix(plugin): Rename the lsps-lsps2-invoice method to lsp-jitchannel
1 parent 2dc63fa commit 191b0a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

libs/gl-plugin/src/requests.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,10 @@ impl From<crate::pb::LspInvoiceRequest> for LspInvoiceRequest {
250250
impl TypedRequest for LspInvoiceRequest {
251251
type Response = super::responses::InvoiceResponse;
252252
fn method(&self) -> &str {
253-
"lsps-lsps2-invoice"
254-
}
253+
// TODO Rename after the CLN rename has been deployed.
254+
// "lsps-lsps2-invoice"
255+
"lsps-jitchannel"
256+
}
255257
}
256258

257259
impl TypedRequest for LspGetinfoRequest {

0 commit comments

Comments
 (0)