Skip to content

Commit a3ac5e6

Browse files
committed
f fuzz
1 parent 8a7cd37 commit a3ac5e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzz/src/full_stack.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ mod tests {
11411141
ext_from_hex("030020", &mut test);
11421142
// init message (type 16) with static_remotekey required, no channel_type/anchors/taproot, and other bits optional and mac
11431143
ext_from_hex(
1144-
"0010 00021aaa 0008aaa20aaa2a0a9aaa 03000000000000000000000000000000",
1144+
"0010 00021aaa 0008aaa208aa2a0a9aaa 03000000000000000000000000000000",
11451145
&mut test,
11461146
);
11471147

@@ -1245,7 +1245,7 @@ mod tests {
12451245
ext_from_hex("030120", &mut test);
12461246
// init message (type 16) with static_remotekey required, no channel_type/anchors/taproot, and other bits optional and mac
12471247
ext_from_hex(
1248-
"0010 00021aaa 0008aaa20aaa2a0a9aaa 01000000000000000000000000000000",
1248+
"0010 00021aaa 0008aaa208aa2a0a9aaa 01000000000000000000000000000000",
12491249
&mut test,
12501250
);
12511251

0 commit comments

Comments
 (0)