From de3c9a5e70f5ac97944a5d5177e37caaafd07a70 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Tue, 1 May 2018 22:04:26 +0200 Subject: [PATCH] Propagated blob type to tx --- 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 860e46b..57dedc5 100644 --- a/src/cryptonote_core/cryptonote_basic.h +++ b/src/cryptonote_core/cryptonote_basic.h @@ -389,7 +389,7 @@ namespace cryptonote { bytecoin_block parent_block; - transaction miner_tx; + transaction miner_tx(blob_type); std::vector tx_hashes; BEGIN_SERIALIZE_OBJECT()