compile unit tests
This commit is contained in:
@@ -57,7 +57,7 @@ namespace test
|
||||
auto const& key = boost::get<cryptonote::txout_to_tagged_key>(input.value().target);
|
||||
|
||||
actual_sources.push_back(
|
||||
{{}, 0, key_field.pub_key, {}, std::size_t(input.index()), input.value().amount, rct, rct::identity()}
|
||||
{{}, 0, key_field.pub_key, {}, std::size_t(input.index()), input.value().amount, rct, false, false, rct::identity()}
|
||||
);
|
||||
|
||||
for (unsigned ring = 0; ring < 10; ++ring)
|
||||
|
||||
Reference in New Issue
Block a user