Merge branch 'hotfix-sweepall-to-self'

This commit is contained in:
Some Random Crypto Guy
2025-10-14 05:04:03 +01:00
+1 -1
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
{