Page MenuHomePhabricator

[backport#16415] Get rid of PendingWalletTx class.
ClosedPublic

Authored by majcosta on Jul 1 2020, 21:24.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCd3670a9f5b31: [backport#16415] Get rid of PendingWalletTx class.
Summary

No reason for this class to exist if it doesn't have any code to run in the
destructor. e10e1e8db043e9b7c113e07faf408f337c1b732d from
https://github.com/bitcoin/bitcoin/pull/16208 recently removed code destructor
code that would return an unused key if the transaction wasn't committed.

https://github.com/bitcoin/bitcoin/pull/16415/commits/4d94916f0dda535cb69b538ee4e3fffb5b033c87


Backport of Core PR16415

Test Plan
ninja check-all

Diff Detail

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

Event Timeline

majcosta requested review of this revision.Jul 1 2020, 21:24

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Jul 2 2020, 08:48