diff --git a/src/wallet/tx_builder.cpp b/src/wallet/tx_builder.cpp index 0d35abeb5..e389acf03 100644 --- a/src/wallet/tx_builder.cpp +++ b/src/wallet/tx_builder.cpp @@ -205,8 +205,8 @@ carrot::select_inputs_func_t make_wallet2_single_transfer_input_selector( std::vector &selected_inputs_outs ){ const std::vector policies{ - &carrot::ispolicy::select_two_inputs_prefer_oldest - }; // @TODO + &carrot::ispolicy::select_greedy_aging + }; // TODO: not all carrot is internal std::uint32_t flags = 0;