Skip to content

Commit

Permalink
Merge pull request #685 from breez/fix-send-pay-group-id
Browse files Browse the repository at this point in the history
set group_id in send_pay

(cherry picked from commit 47c6e87)
  • Loading branch information
roeierez committed Dec 13, 2023
1 parent d2384b8 commit ce07e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-core/src/greenlight/node_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ impl NodeAPI for Greenlight {
payment_secret: Some(invoice.payment_secret.clone()),
partid: Some(part_id),
localinvreqid: None,
groupid: None,
groupid: Some(group_id),
})
.await?;
part_id += 1;
Expand Down

0 comments on commit ce07e8a

Please sign in to comment.