mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
txorphange: Drop redundant originator arg from GetTxToReconsider
This commit is contained in:
@@ -89,9 +89,8 @@ FUZZ_TARGET_INIT(txorphan, initialize_orphanage)
|
||||
},
|
||||
[&] {
|
||||
{
|
||||
NodeId originator;
|
||||
bool more = true;
|
||||
CTransactionRef ref = orphanage.GetTxToReconsider(peer_id, originator, more);
|
||||
CTransactionRef ref = orphanage.GetTxToReconsider(peer_id, more);
|
||||
if (!ref) {
|
||||
Assert(!more);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user