Page MenuHomePhabricator

txorphanage: Extract HaveOrphanTx
ClosedPublic

Authored by PiRK on May 18 2022, 08:08.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC4c724a272e9f: txorphanage: Extract HaveOrphanTx
Summary

Extract some common code into HaveOrphanTx function.

This is a backport of core#21148 [5/14]
https://github.com/bitcoin/bitcoin/pull/21148/commits/83679ffc600305ec0926fd195ee31c11de2ed613

Depends on D11484

Test Plan

With clang and debug:
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.May 18 2022, 08:08
Fabien requested changes to this revision.May 18 2022, 14:48
Fabien added a subscriber: Fabien.

You need clang thread safety and debug build in your test plan

This revision now requires changes to proceed.May 18 2022, 14:48
PiRK edited the test plan for this revision. (Show Details)

added clang and debug to the test plan

This revision is now accepted and ready to land.May 18 2022, 15:05
This revision was automatically updated to reflect the committed changes.