This PR adds a unit test scenario to txpackage_tests.cpp covering a specific edge case:
“Package RBF with a deduplicated parent”.
The test simulates a package {Parent, Child} where:
- The Parent transaction is already in the mempool (result:
MEMPOOL_ENTRY). - The Child transaction conflicts with another in-mempool transaction.
- The Child pays sufficient fees to effect RBF.
This ensures that the package validation logic correctly handles RBF calculations for the child even when the parent is deduplicated and not re-validated.