aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2015-09-14 14:49:59 +0200
committerMarcoFalke <[email protected]>2015-10-28 11:15:48 +0100
commita9c73a130ebf2369381241d0053c8fa0a301e0fc (patch)
tree90a453e9451ee7b35ecf0d59c34b01491fce977b /src/wallet/wallet.cpp
parent[wallet] Refactor to use new MIN_CHANGE (diff)
downloaddiscoin-a9c73a130ebf2369381241d0053c8fa0a301e0fc.tar.xz
discoin-a9c73a130ebf2369381241d0053c8fa0a301e0fc.zip
[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 2414532f7..4e05f519c 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();