fixed issue with post-Carrot-HF sweep_all to self

This commit is contained in:
Some Random Crypto Guy
2025-10-13 21:17:45 +01:00
parent cd31dafa97
commit f8d9f9335e

View File

@@ -77,7 +77,7 @@ std::optional<AdditionalOutputType> get_additional_output_type(const size_t num_
}
else if (!need_change_output)
{
return AdditionalOutputType::DUMMY;
return AdditionalOutputType::CHANGE_UNIQUE;
}
else // num_selfsend == 1 && need_change_output
{