[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
1 changed files with 77 additions and 80 deletions

View File

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