We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facdc72 commit ed28eeeCopy full SHA for ed28eee
lightning/src/ln/msgs.rs
@@ -5313,7 +5313,8 @@ mod tests {
5313
.unwrap(),
5314
); // tx_hash (sha256) (big endian byte order)
5315
target_value.append(&mut <Vec<u8>>::from_hex("0002").unwrap()); // num_witnesses (u16)
5316
- // Witness 1
+
5317
+ // Witness 1
5318
target_value.append(&mut <Vec<u8>>::from_hex("006b").unwrap()); // len of witness_data
5319
target_value.append(&mut <Vec<u8>>::from_hex("02").unwrap()); // num_witness_elements (VarInt)
5320
target_value.append(&mut <Vec<u8>>::from_hex("47").unwrap()); // len of witness element data (VarInt)
0 commit comments