txorphanage: index workset by originating peer

This commit is contained in:
Anthony Towns
2021-03-25 14:13:45 +10:00
parent d415b7261c
commit a4fe09973a
4 changed files with 11 additions and 9 deletions

View File

@@ -85,7 +85,7 @@ FUZZ_TARGET_INIT(txorphan, initialize_orphanage)
CallOneOf(
fuzzed_data_provider,
[&] {
orphanage.AddChildrenToWorkSet(*tx, peer_id);
orphanage.AddChildrenToWorkSet(*tx);
},
[&] {
{