carrot_impl: rename make_pruned_transaction_from_proposal_v1

This commit is contained in:
jeffro256
2025-04-26 15:36:17 -05:00
committed by akildemir
parent 0bfa68beda
commit 70bde9353b
4 changed files with 6 additions and 6 deletions

View File

@@ -165,7 +165,7 @@ static void subtest_multi_account_transfer_over_transaction(const unittest_trans
// make unsigned transaction
cryptonote::transaction tx;
make_pruned_transaction_from_carrot_proposal_v1(tx_proposal,
make_pruned_transaction_from_proposal_v1(tx_proposal,
&ss_keys.s_view_balance_dev,
&ss_keys.k_view_incoming_dev,
tx);

View File

@@ -432,7 +432,7 @@ cryptonote::transaction construct_carrot_pruned_transaction_fake_inputs(
tx_proposal);
cryptonote::transaction tx;
carrot::make_pruned_transaction_from_carrot_proposal_v1(tx_proposal,
carrot::make_pruned_transaction_from_proposal_v1(tx_proposal,
/*s_view_balance_dev=*/nullptr,
&k_view_dev,
tx);