change type of various bare chars to bool that are only used as bool (and never serialized)

This commit is contained in:
Wladimir J. van der Laan
2012-04-21 13:31:08 +02:00
parent 7be8b2ff9c
commit cdcc319c2d
2 changed files with 5 additions and 5 deletions

View File

@@ -696,7 +696,7 @@ public:
int nIndex;
// memory only
mutable char fMerkleVerified;
mutable bool fMerkleVerified;
CMerkleTx()