Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 10e519d

Browse files
committed
Add node id to invoice
1 parent f543c92 commit 10e519d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mutiny-core/src/lsp/lsps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ impl<S: MutinyStorage> LspsClient<S> {
233233
.payment_hash(payment_hash)
234234
.payment_secret(payment_secret)
235235
.duration_since_epoch(utils::now())
236+
.payee_pub_key(self.pubkey)
236237
.min_final_cltv_expiry_delta(MIN_FINAL_CLTV_EXPIRY_DELTA.into())
237238
.private_route(lsp_route_hint);
238239

0 commit comments

Comments
 (0)