From b931420266d3274c3ad916198a5a59d1ddffae61 Mon Sep 17 00:00:00 2001 From: sowle Date: Wed, 5 Oct 2022 13:56:17 +0200 Subject: [PATCH] warning fix --- src/currency_core/currency_format_utils_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/currency_core/currency_format_utils_abstract.h b/src/currency_core/currency_format_utils_abstract.h index da707683..ccbbf7c8 100644 --- a/src/currency_core/currency_format_utils_abstract.h +++ b/src/currency_core/currency_format_utils_abstract.h @@ -169,7 +169,7 @@ namespace currency } //--------------------------------------------------------------- inline - const bool get_key_image_from_txin_v(const txin_v& in_v, crypto::key_image& result) noexcept + bool get_key_image_from_txin_v(const txin_v& in_v, crypto::key_image& result) noexcept { try {