We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d5e88 commit 4baa8a7Copy full SHA for 4baa8a7
lightning/src/ln/msgs.rs
@@ -1798,7 +1798,7 @@ pub struct TrampolineOnionPacket {
1798
// Unlike the onion packets used for payments, Trampoline onion packets have to be shorter than
1799
// 1300 bytes. The expected default is 650 bytes.
1800
// TODO: if 650 ends up being the most common size, optimize this to be:
1801
- // enum { ThirteenHundred([u8; 650]), VarLen(Vec<u8>) }
+ // enum { SixFifty([u8; 650]), VarLen(Vec<u8>) }
1802
pub hop_data: Vec<u8>,
1803
/// HMAC to verify the integrity of hop_data
1804
pub hmac: [u8; 32],
0 commit comments