mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Fix full_stack fuzz target
2e685ffb24
removed a field from UserConfig, which
broke this fuzz target. The hardcoded strings needed to be updated to remove
this field from them too.
This commit is contained in:
parent
239d10ab2e
commit
2286191239
1 changed files with 2 additions and 2 deletions
|
@ -1137,7 +1137,7 @@ mod tests {
|
|||
// our network key
|
||||
ext_from_hex("0100000000000000000000000000000000000000000000000000000000000000", &mut test);
|
||||
// config
|
||||
ext_from_hex("0000000000900000000000000000640001000000000001ffff0000000000000000ffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff000000ffffffff00ffff1a000400010000020400000000040200000a08ffffffffffffffff000100000000", &mut test);
|
||||
ext_from_hex("0000000000900000000000000000640001000000000001ffff0000000000000000ffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff000000ffffffff00ffff1a000400010000020400000000040200000a08ffffffffffffffff0001000000", &mut test);
|
||||
|
||||
// new outbound connection with id 0
|
||||
ext_from_hex("00", &mut test);
|
||||
|
@ -1692,7 +1692,7 @@ mod tests {
|
|||
// our network key
|
||||
ext_from_hex("0100000000000000000000000000000000000000000000000000000000000000", &mut test);
|
||||
// config
|
||||
ext_from_hex("0000000000900000000000000000640001000000000001ffff0000000000000000ffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff000000ffffffff00ffff1a000400010000020400000000040200000a08ffffffffffffffff000100000000", &mut test);
|
||||
ext_from_hex("0000000000900000000000000000640001000000000001ffff0000000000000000ffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff000000ffffffff00ffff1a000400010000020400000000040200000a08ffffffffffffffff0001000000", &mut test);
|
||||
|
||||
// new outbound connection with id 0
|
||||
ext_from_hex("00", &mut test);
|
||||
|
|
Loading…
Add table
Reference in a new issue