carrot_impl compilation

This commit is contained in:
akildemir
2025-05-07 13:52:52 +03:00
parent 44e70b4765
commit a6733fcf2b
14 changed files with 170 additions and 264 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ namespace multisig
// - later, we add in the components held by other participants
cryptonote::keypair in_ephemeral;
if (!cryptonote::generate_key_image_helper(keys, subaddresses, out_key, tx_public_key, additional_tx_public_keys, real_output_index, in_ephemeral, ki, keys.get_device(), use_origin_data, origin_tx_data, sid))
if (!cryptonote::generate_key_image_helper(keys, subaddresses, out_key, tx_public_key, additional_tx_public_keys, real_output_index, in_ephemeral, ki, keys.get_device()))
return false;
std::unordered_set<crypto::key_image> used;
+1 -4
View File
@@ -186,10 +186,7 @@ static bool compute_keys_for_sources(
src.real_output_in_tx_index,
tmp_keys,
tmp_key_image,
hwdev,
use_origin_data,
src.origin_tx_data,
sid
hwdev
)) {
return false;
}