HomePhabricator

[nit] do not capture unused `this` in wallet interface

Description

[nit] do not capture unused this in wallet interface

Summary:
Remove capture of this in lambda within wallet.cpp to fix the following warning:

../../src/interfaces/wallet.cpp:405:22: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
                [fn, this](CWallet *, const TxId &txid, ChangeType status) {

Test Plan:

make

Reviewers: O1 Bitcoin ABC, #bitcoin_abc, deadalnix

Reviewed By: O1 Bitcoin ABC, #bitcoin_abc, deadalnix

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

Details

Provenance
schancelAuthored on May 31 2019, 07:12
deadalnixPushed on Jun 2 2019, 12:44
Reviewer
Restricted Owners Package
Differential Revision
D3166: [nit] do not capture unused `this` in wallet interface
Parents
rSTAGINGdc0adb7b18f8: Update seeds for 0.19.7 release
Branches
Unknown
Tags
Unknown