Page MenuHomePhabricator

Fix that CWallet::AbandonTransaction would only traverse one level
ClosedPublic

Authored by schancel on Oct 29 2018, 17:39.

Details

Summary

Prior to this change, it would mark only the first layer of
child transactions abandoned, due to always following the input hashTx
rather than the current now tx.

Backport of Core PR13652

Test Plan
make check && ./test/functional/test_runner.py

Diff Detail

Repository
rABC Bitcoin ABC
Branch
pr13652
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3704
Build 5483: Bitcoin ABC Buildbot (legacy)
Build 5482: arc lint + arc unit