diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-04-10 15:21:41 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-04-10 15:23:37 +0200 |
commit | 9b9d7172636fa8b907cc595b194a496433fdd609 (patch) | |
tree | e1cb5ce018acda6483d3013a138d8c1d4766ccb7 /contrib/devtools | |
parent | dd1ca9e0b300f33eee0edcfe22024cef12c6a155 (diff) |
wallet: Remove redundant lambda function arg in handleTransactionChanged
Makes the build warning-clean again here:
bitcoin/src/interfaces/wallet.cpp:425:18: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
[fn, this](CWallet*, const uint256& txid, ChangeType status) { fn(txid, status); }));
^
Diffstat (limited to 'contrib/devtools')
0 files changed, 0 insertions, 0 deletions