Skip to content

Commit

Permalink
Merge pull request breez#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
  • Loading branch information
roeierez authored Dec 13, 2023
2 parents 57e6d2d + 6c992fe commit 47c6e87
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 47c6e87

Please sign in to comment.