Skip to content

Commit

Permalink
Add onion data
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Sep 2, 2024
1 parent 102d6f3 commit cb9afbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lending/bolt12.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ impl BOLT12 {
payment_hash: PaymentHash,
payment_secret: PaymentSecret,
channel_update: ChannelUpdate,
onion_chain_data: Vec<u8>,
) -> Self {
let mut writer = Writer::new();
writer.write_node_id(&node_id);
Expand Down

0 comments on commit cb9afbc

Please sign in to comment.