Page MenuHomePhabricator

txorphange: move orphan workset to txorphanage
ClosedPublic

Authored by Fabien on May 28 2024, 13:47.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCb16449035def: txorphange: move orphan workset to txorphanage
Summary
Test Plan
ninja all check-all

Diff Detail

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

Event Timeline

Fabien requested review of this revision.May 28 2024, 13:47
PiRK added a subscriber: PiRK.
PiRK added inline comments.
src/txorphanage.cpp
154 ↗(On Diff #47988)

i was a size_t before, but I don't think it matters when it comes to the number of outputs in a transactions.

This revision is now accepted and ready to land.May 28 2024, 15:57
src/txorphanage.cpp
154 ↗(On Diff #47988)

size_t is more correct, I will fix