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) {