Debug info 1

This commit is contained in:
MoneroOcean
2018-05-01 22:28:02 +02:00
parent 9f1653fbeb
commit e4da5b1aec

View File

@@ -179,6 +179,7 @@ namespace cryptonote
if (version == 1 && m_blob_type != BLOB_TYPE_CRYPTONOTE2)
{
puts("xxx1");
ar.tag("signatures");
ar.begin_array();
PREPARE_CUSTOM_VECTOR_SERIALIZATION(vin.size(), signatures);
@@ -210,6 +211,7 @@ namespace cryptonote
}
else
{
puts("xxx2");
ar.tag("rct_signatures");
if (!vin.empty())
{