mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
txorphanage: index workset by originating peer
This commit is contained in:
@@ -85,7 +85,7 @@ FUZZ_TARGET_INIT(txorphan, initialize_orphanage)
|
||||
CallOneOf(
|
||||
fuzzed_data_provider,
|
||||
[&] {
|
||||
orphanage.AddChildrenToWorkSet(*tx, peer_id);
|
||||
orphanage.AddChildrenToWorkSet(*tx);
|
||||
},
|
||||
[&] {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user