aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/transactions_generation_from_blockchain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional_tests/transactions_generation_from_blockchain.cpp')
-rw-r--r--tests/functional_tests/transactions_generation_from_blockchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional_tests/transactions_generation_from_blockchain.cpp b/tests/functional_tests/transactions_generation_from_blockchain.cpp
index c076776c4..63ff0343b 100644
--- a/tests/functional_tests/transactions_generation_from_blockchain.cpp
+++ b/tests/functional_tests/transactions_generation_from_blockchain.cpp
@@ -31,7 +31,6 @@
#include "include_base_utils.h"
using namespace epee;
#include "wallet/wallet2.h"
-#include "cryptonote_core/blockchain_storage.h"
using namespace cryptonote;
@@ -114,6 +113,7 @@ bool make_tx(blockchain_storage& bch)
src.real_out_tx_key = td.m_tx.tx_pub_key;
src.real_output = interted_it - src.outputs.begin();
src.real_output_in_tx_index = td.m_internal_output_index;
+ src.rct = false;
++i;
}