Better ZEPH support

This commit is contained in:
MoneroOcean
2023-06-25 03:57:31 +00:00
parent 22c123ff32
commit 1547e8d121

View File

@@ -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;