[wallet] Indent only change of CWallet::AvailableCoins

This commit is contained in:
João Barbosa 2018-02-08 18:18:51 +00:00
parent 1beea7af92
commit 2f960b5070

View file

@ -2202,8 +2202,6 @@ void CWallet::AvailableCoins(std::vector<COutput> &vCoins, bool fOnlySafe, const
AssertLockHeld(cs_wallet);
vCoins.clear();
{
CAmount nTotal = 0;
for (const auto& entry : mapWallet)
@ -2306,7 +2304,6 @@ void CWallet::AvailableCoins(std::vector<COutput> &vCoins, bool fOnlySafe, const
}
}
}
}
std::map<CTxDestination, std::vector<COutput>> CWallet::ListCoins() const
{