1
0
Fork 0
forked from lthn/blockchain

removed unicode chars from comment

This commit is contained in:
sowle 2025-03-20 20:29:28 +03:00
parent 9674bc9d7a
commit 56a265bd48
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -75,7 +75,7 @@ namespace currency
END_SERIALIZE()
// This is an optional data fields, It is not included in serialization and therefore is never stored in the database.
// It might be calculated “on the fly” to speed up access operations.
// It might be calculated "on the fly" to speed up access operations.
mutable std::shared_ptr<crypto::hash> m_cache_coinbase_id;
};