Skip to content

Commit 2278768

Browse files
f var length onion message packet
1 parent 5407db9 commit 2278768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/onion_utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ pub(crate) enum MessagePayload {
542542
/// HMAC of the next hop's onion packet.
543543
next_hop_hmac: [u8; 32],
544544
/// Bytes of the onion packet we're forwarding.
545-
new_packet_bytes: [u8; 20*65],
545+
new_packet_bytes: Vec<u8>,
546546
},
547547
}
548548

0 commit comments

Comments
 (0)