Skip to content

Commit

Permalink
f var length onion message packet
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinewallace committed May 18, 2022
1 parent 5407db9 commit 2278768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/onion_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ pub(crate) enum MessagePayload {
/// HMAC of the next hop's onion packet.
next_hop_hmac: [u8; 32],
/// Bytes of the onion packet we're forwarding.
new_packet_bytes: [u8; 20*65],
new_packet_bytes: Vec<u8>,
},
}

Expand Down

0 comments on commit 2278768

Please sign in to comment.