[wallet] Add comments for doxygen

This commit is contained in:
MarcoFalke
2015-09-14 14:49:59 +02:00
parent 6b0e622c25
commit a9c73a130e
2 changed files with 21 additions and 2 deletions

View File

@@ -1842,6 +1842,7 @@ bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend, CWalletTx& wt
LOCK2(cs_main, cs_wallet);
{
nFeeRet = 0;
// Start with no fee and loop until there is enough fee
while (true)
{
txNew.vin.clear();