From d1281ee79fe88fb72715501cc934d90df73c4b96 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Sat, 24 Jun 2023 21:49:42 +0000 Subject: [PATCH] ZEPH support --- src/cryptonote_core/cryptonote_format_utils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cryptonote_core/cryptonote_format_utils.cpp b/src/cryptonote_core/cryptonote_format_utils.cpp index 998f6cf..bd6abd1 100644 --- a/src/cryptonote_core/cryptonote_format_utils.cpp +++ b/src/cryptonote_core/cryptonote_format_utils.cpp @@ -200,6 +200,7 @@ namespace cryptonote CHECK_AND_ASSERT_MES(in.type() == typeid(txin_to_key), false, "wrong variant type: " << in.type().name() << ", expected " << typeid(txin_to_key).name() << ", in transaction id=" << get_transaction_hash(tx)); + } } return true; }