removed unicode chars from comment
This commit is contained in:
parent
bbc80a8a77
commit
b0cbce935e
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ namespace currency
|
||||||
END_SERIALIZE()
|
END_SERIALIZE()
|
||||||
|
|
||||||
// This is an optional data fields, It is not included in serialization and therefore is never stored in the database.
|
// 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;
|
mutable std::shared_ptr<crypto::hash> m_cache_coinbase_id;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue