File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ std::optional<std::string> GetEntriesForConflicts(const CTransaction& tx,
72
72
// entries from the mempool. This potentially overestimates the number of actual
73
73
// descendants (i.e. if multiple conflicts share a descendant, it will be counted multiple
74
74
// times), but we just want to be conservative to avoid doing too much work.
75
- if (nConflictingCount > MAX_REPLACEMENT_CANDIDATES && !ignore_rejects.count (" too-many-replacements" )) {
75
+ if (nConflictingCount > MAX_REPLACEMENT_CANDIDATES && !ignore_rejects.count (" too-many-replacements" ) && !ignore_rejects. count ( " too many potential replacements " ) ) {
76
76
return strprintf (" rejecting replacement %s; too many potential replacements (%d > %d)\n " ,
77
77
txid.ToString (),
78
78
nConflictingCount,
You can’t perform that action at this time.
0 commit comments