aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2015-09-14 14:49:59 +0200
committerMarcoFalke <falke.marco@gmail.com>2015-10-28 11:15:48 +0100
commita9c73a130ebf2369381241d0053c8fa0a301e0fc (patch)
tree90a453e9451ee7b35ecf0d59c34b01491fce977b /src/wallet/wallet.cpp
parent6b0e622c25ddba656149de0f9f8b7f2a0aa0deba (diff)
[wallet] Add comments for doxygen
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r--src/wallet/wallet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index 2414532f75..4e05f519cc 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -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();