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