From 56a265bd48ace4a4d78cc38b511fa466e9e58f53 Mon Sep 17 00:00:00 2001 From: sowle Date: Thu, 20 Mar 2025 20:29:28 +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; };