mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Remove redundant pwallet nullptr check
This commit is contained in:
parent
c4784b5065
commit
89f03120a0
@ -2895,7 +2895,6 @@ UniValue listunspent(const JSONRPCRequest& request)
|
||||
|
||||
UniValue results(UniValue::VARR);
|
||||
std::vector<COutput> vecOutputs;
|
||||
assert(pwallet != nullptr);
|
||||
LOCK2(cs_main, pwallet->cs_wallet);
|
||||
|
||||
pwallet->AvailableCoins(vecOutputs, !include_unsafe, nullptr, nMinimumAmount, nMaximumAmount, nMinimumSumAmount, nMaximumCount, nMinDepth, nMaxDepth);
|
||||
|
Loading…
Reference in New Issue
Block a user