From d8bc881bc213729412ca5983172cf9d3031db974 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Tue, 1 May 2018 22:36:33 +0200 Subject: [PATCH] Possible fix --- src/cryptonote_core/cryptonote_basic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_core/cryptonote_basic.h b/src/cryptonote_core/cryptonote_basic.h index dda6d6d..21c148a 100644 --- a/src/cryptonote_core/cryptonote_basic.h +++ b/src/cryptonote_core/cryptonote_basic.h @@ -240,8 +240,8 @@ namespace cryptonote inline transaction::transaction(enum BLOB_TYPE blob_type) { - m_blob_type = blob_type; set_null(); + m_blob_type = blob_type; } inline