Merge branch '0.4.x' into 0.5.0.x
[novacoin.git] / src / wallet.h
index 62dd6d5..fe97a0a 100644 (file)
@@ -509,8 +509,10 @@ public:
                 return false;
 
             if (mapPrev.empty())
+            {
                 BOOST_FOREACH(const CMerkleTx& tx, vtxPrev)
                     mapPrev[tx.GetHash()] = &tx;
+            }
 
             BOOST_FOREACH(const CTxIn& txin, ptx->vin)
             {