From 1547e8d1214339ae141c2a7edfe665e1fa497574 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Sun, 25 Jun 2023 03:57:31 +0000 Subject: [PATCH] Better ZEPH support --- src/cryptonote_core/cryptonote_basic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_core/cryptonote_basic.h b/src/cryptonote_core/cryptonote_basic.h index c64f170..d61df75 100644 --- a/src/cryptonote_core/cryptonote_basic.h +++ b/src/cryptonote_core/cryptonote_basic.h @@ -439,7 +439,7 @@ namespace cryptonote else { ar.tag("rct_signatures"); - if (!vin.empty()) + if (blob_type == BLOB_TYPE_CRYPTONOTE_ZEPHYR ? !vin_zephyr.empty() : !vin.empty()) { ar.begin_object(); bool r;