Page MenuHomePhabricator

wallet: Disallow abandon of conflicted txes
ClosedPublic

Authored by Fabien on Jul 1 2019, 12:08.

Details

Summary
Abandon transactions that are already conflicted is a noop, so don't try
and return false/throw instead.

Backport of core PR12282
https://github.com/bitcoin/bitcoin/pull/12282/files

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

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR12282
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6586
Build 11219: Bitcoin ABC Buildbot (legacy)
Build 11218: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 1 2019, 12:23

Rebase to make the CI tests green