mirror of
https://github.com/monero-project/monero.git
synced 2025-12-23 07:29:11 -08:00
core: always use the new simple rct variant
This commit is contained in:
@@ -633,7 +633,7 @@ namespace cryptonote
|
|||||||
size_t n_total_outs = sources[0].outputs.size(); // only for non-simple rct
|
size_t n_total_outs = sources[0].outputs.size(); // only for non-simple rct
|
||||||
BOOST_FOREACH(const tx_source_entry& src_entr, sources)
|
BOOST_FOREACH(const tx_source_entry& src_entr, sources)
|
||||||
all_rct_inputs &= !(src_entr.mask == rct::identity());
|
all_rct_inputs &= !(src_entr.mask == rct::identity());
|
||||||
bool use_simple_rct = all_rct_inputs;
|
bool use_simple_rct = true; //all_rct_inputs;
|
||||||
|
|
||||||
if (!use_simple_rct)
|
if (!use_simple_rct)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user