Skip to content

Commit ed28eee

Browse files
committed
f additional cleanup
1 parent facdc72 commit ed28eee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/ln/msgs.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5313,7 +5313,8 @@ mod tests {
53135313
.unwrap(),
53145314
); // tx_hash (sha256) (big endian byte order)
53155315
target_value.append(&mut <Vec<u8>>::from_hex("0002").unwrap()); // num_witnesses (u16)
5316-
// Witness 1
5316+
5317+
// Witness 1
53175318
target_value.append(&mut <Vec<u8>>::from_hex("006b").unwrap()); // len of witness_data
53185319
target_value.append(&mut <Vec<u8>>::from_hex("02").unwrap()); // num_witness_elements (VarInt)
53195320
target_value.append(&mut <Vec<u8>>::from_hex("47").unwrap()); // len of witness element data (VarInt)

0 commit comments

Comments
 (0)