Better ZEPH support
This commit is contained in:
@@ -439,7 +439,7 @@ namespace cryptonote
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
ar.tag("rct_signatures");
|
ar.tag("rct_signatures");
|
||||||
if (!vin.empty())
|
if (blob_type == BLOB_TYPE_CRYPTONOTE_ZEPHYR ? !vin_zephyr.empty() : !vin.empty())
|
||||||
{
|
{
|
||||||
ar.begin_object();
|
ar.begin_object();
|
||||||
bool r;
|
bool r;
|
||||||
|
|||||||
Reference in New Issue
Block a user