mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 15:39:05 +01:00
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