tests compiles

This commit is contained in:
akildemir
2025-05-13 15:46:47 +03:00
parent f1e48c9094
commit 7a05f26810
20 changed files with 1305 additions and 669 deletions

View File

@@ -119,7 +119,7 @@ TEST(account, derive_output_key)
hw::device *hw = &hw::get_device("default");
ASSERT_TRUE(hw->generate_key_derivation(txkey.first, secret_view_key, derivation));
ASSERT_TRUE(is_out_to_acc_precomp(subaddresses, txkey.second, derivation, {}, 0, *hw, boost::none));
ASSERT_TRUE(is_out_to_acc_precomp(subaddresses, txkey.second, derivation, std::vector<crypto::key_derivation>(), 0, *hw, boost::none));
i++;
}