change type of various bare chars to bool that are only used as bool (and never serialized)
This commit is contained in:
@@ -696,7 +696,7 @@ public:
|
||||
int nIndex;
|
||||
|
||||
// memory only
|
||||
mutable char fMerkleVerified;
|
||||
mutable bool fMerkleVerified;
|
||||
|
||||
|
||||
CMerkleTx()
|
||||
|
||||
Reference in New Issue
Block a user