Debug info 1
This commit is contained in:
@@ -179,6 +179,7 @@ namespace cryptonote
|
|||||||
|
|
||||||
if (version == 1 && m_blob_type != BLOB_TYPE_CRYPTONOTE2)
|
if (version == 1 && m_blob_type != BLOB_TYPE_CRYPTONOTE2)
|
||||||
{
|
{
|
||||||
|
puts("xxx1");
|
||||||
ar.tag("signatures");
|
ar.tag("signatures");
|
||||||
ar.begin_array();
|
ar.begin_array();
|
||||||
PREPARE_CUSTOM_VECTOR_SERIALIZATION(vin.size(), signatures);
|
PREPARE_CUSTOM_VECTOR_SERIALIZATION(vin.size(), signatures);
|
||||||
@@ -210,6 +211,7 @@ namespace cryptonote
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
puts("xxx2");
|
||||||
ar.tag("rct_signatures");
|
ar.tag("rct_signatures");
|
||||||
if (!vin.empty())
|
if (!vin.empty())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user