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
Lint
Lint Not Applicable
Unit
Tests Not Applicable