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

Event Timeline

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

Rebase to make the CI tests green