1
0
Fork 0
forked from lthn/blockchain

removed unicode chars from comment

This commit is contained in:
sowle 2025-03-21 13:58:11 +03:00
parent bbc80a8a77
commit b0cbce935e
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;
};