From b0cbce935e90d7caad5d513dcd69e4b7277caa24 Mon Sep 17 00:00:00 2001 From: sowle Date: Fri, 21 Mar 2025 13:58:11 +0300 Subject: [PATCH] removed unicode chars from comment --- src/currency_core/blockchain_storage_basic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/currency_core/blockchain_storage_basic.h b/src/currency_core/blockchain_storage_basic.h index 102f8fb2..b6123fe0 100644 --- a/src/currency_core/blockchain_storage_basic.h +++ b/src/currency_core/blockchain_storage_basic.h @@ -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 m_cache_coinbase_id; };