HomePhabricator

Make CWallet IsSpent and IsLockedCoin take a COutPoint as parameter

Description

Make CWallet IsSpent and IsLockedCoin take a COutPoint as parameter

Summary:
These methods currently take a transaction id and the output order,
which is the definition of a COutPoint.

This is a follow up from
https://reviews.bitcoinabc.org/D3420?id=9680#inline-21184

Test Plan:

make check
./test/functional/test_runner.py wallet_*

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D3515

Details

Provenance
FabienAuthored on Jul 2 2019, 09:35
FabienPushed on Jul 5 2019, 15:43
Reviewer
Restricted Project
Differential Revision
D3515: Make CWallet IsSpent and IsLockedCoin take a COutPoint as parameter
Parents
rSTAGINGa3ec7ccdd58f: [tests] fix flake8 nits in feature_csv_activation.py
Branches
Unknown
Tags
Unknown