mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 401db600b0 into merged_master (Bitcoin PR bitcoin/bitcoin#22517)
This commit is contained in:
commit
d890a24f96
1 changed files with 2 additions and 1 deletions
|
|
@ -109,7 +109,8 @@ FUZZ_TARGET_INIT(banman, initialize_banman)
|
|||
BanMan ban_man_read{banlist_file, /* client_interface */ nullptr, /* default_ban_time */ 0};
|
||||
banmap_t banmap_read;
|
||||
ban_man_read.GetBanned(banmap_read);
|
||||
assert(banmap == banmap_read);
|
||||
// Temporarily disabled to allow the remainder of the fuzz test to run while a fix is being worked on:
|
||||
// assert(banmap == banmap_read);
|
||||
}
|
||||
}
|
||||
fs::remove(banlist_file.string() + ".dat");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue