aboutsummaryrefslogtreecommitdiff
path: root/src/policy
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-12-19 15:53:22 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2017-12-19 16:16:39 +0100
commit81c89e966e1e08c3d94dc9d1d0a26034312c56ff (patch)
treed67a7f18cd6b4a0b3fe54d50a918862264c24337 /src/policy
parent8049241e226c16bd07b029c0cb4b62ac40f0c923 (diff)
parentecf9b25a03d8a29f16005ca4485b6533db6efc82 (diff)
downloadbitcoin-81c89e966e1e08c3d94dc9d1d0a26034312c56ff.tar.xz
Merge #11923: Wallet : remove unused fNoncriticalErrors variable from CWalletDB::FindWalletTx
ecf9b25 remove unused fNoncriticalErrors variable from CWalletDB::FindWalletTx (Pierre Rochard) Pull request description: The `CWalletDB::FindWalletTx` method was patterned after `CWalletDB::LoadWallet`, where `fNoncriticalErrors` is used when a tx check fails in `ReadKeyValue`. Since `FindWalletTx` is only used by methods which are zapping txs, it makes sense that `ReadKeyValue` is not called and the tx is not checked, so I think that deleting the unused `fNoncriticalErrors` boolean variable and its conditional statement is appropriate. Tree-SHA512: 0976eae97522719fdaeca1fb3f4a080561e46c06d0b8dc75e14262c6bc242998db3f7057183a230a1d7e4ac5fc348e9059f545b7d718ebbcdf6dcdfc63bcc286
Diffstat (limited to 'src/policy')
0 files changed, 0 insertions, 0 deletions