aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/chaingen001.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core_tests/chaingen001.cpp')
-rw-r--r--tests/core_tests/chaingen001.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/chaingen001.cpp b/tests/core_tests/chaingen001.cpp
index e84bfb924..a76cf1592 100644
--- a/tests/core_tests/chaingen001.cpp
+++ b/tests/core_tests/chaingen001.cpp
@@ -78,7 +78,7 @@ bool one_block::verify_1(cryptonote::core& c, size_t ev_index, const std::vector
//CHECK_TEST_CONDITION(get_block_reward(0) == get_balance(alice, events, chain, mtx));
// check height
- std::list<cryptonote::block> blocks;
+ std::vector<cryptonote::block> blocks;
std::list<crypto::public_key> outs;
bool r = c.get_blocks(0, 100, blocks);
//c.get_outs(100, outs);