change type of various bare chars to bool that are only used as bool (and never seria...
[novacoin.git] / src / main.h
index d12a3cc..a814092 100644 (file)
@@ -696,7 +696,7 @@ public:
     int nIndex;
 
     // memory only
-    mutable char fMerkleVerified;
+    mutable bool fMerkleVerified;
 
 
     CMerkleTx()