compile unit tests

This commit is contained in:
akildemir
2025-06-24 13:18:08 +03:00
parent ae02dcbe9a
commit 2b31c8ad69
6 changed files with 22 additions and 12 deletions

View File

@@ -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)