From 6ad7dad01d1f1aea737906fec4d4f546884d573f Mon Sep 17 00:00:00 2001 From: sowle Date: Fri, 11 Jul 2025 21:26:07 +0300 Subject: [PATCH] gcc warning fixed --- src/currency_core/block_chain_shortener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/currency_core/block_chain_shortener.cpp b/src/currency_core/block_chain_shortener.cpp index 9cb53295..986658a1 100644 --- a/src/currency_core/block_chain_shortener.cpp +++ b/src/currency_core/block_chain_shortener.cpp @@ -13,7 +13,7 @@ #define SHORTENER_EVERY_100_BLOCKS_SIZE 144 #define SHORTENER_EVERY_1000_BLOCKS_SIZE 144 -static void exception_handler(){} +//static void exception_handler(){}