From 6c9999896f4d6b19007c55d4921e9ed1b26d4e71 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Tue, 1 May 2018 22:33:19 +0200 Subject: [PATCH] Debug info 2 --- src/cryptonote_core/cryptonote_basic.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cryptonote_core/cryptonote_basic.h b/src/cryptonote_core/cryptonote_basic.h index 250f731..dda6d6d 100644 --- a/src/cryptonote_core/cryptonote_basic.h +++ b/src/cryptonote_core/cryptonote_basic.h @@ -179,6 +179,7 @@ namespace cryptonote if (version == 1 && m_blob_type != BLOB_TYPE_CRYPTONOTE2) { + printf("%i\n", m_blob_type); puts("xxx1"); ar.tag("signatures"); ar.begin_array();