aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2013-07-31 03:35:33 -0700
committerJeff Garzik <[email protected]>2013-07-31 03:35:33 -0700
commit8351d55cd3955c95c5e3fe065a456db08cc8a559 (patch)
tree2647f444088b18845088a5fac3a6fdabe656eeba /src/wallet.cpp
parentMake sure new wallet variables are initialized (diff)
parentRemove #define loop from util.h (diff)
downloaddiscoin-8351d55cd3955c95c5e3fe065a456db08cc8a559.tar.xz
discoin-8351d55cd3955c95c5e3fe065a456db08cc8a559.zip
Merge pull request #2866 from gavinandresen/loopdefine
Remove #define loop from util.h
Diffstat (limited to 'src/wallet.cpp')
-rw-r--r--src/wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp
index 0b4c866f8..88b07c9d7 100644
--- a/src/wallet.cpp
+++ b/src/wallet.cpp
@@ -1194,7 +1194,7 @@ bool CWallet::CreateTransaction(const vector<pair<CScript, int64> >& vecSend,
LOCK2(cs_main, cs_wallet);
{
nFeeRet = nTransactionFee;
- loop
+ while (true)
{
wtxNew.vin.clear();
wtxNew.vout.clear();