all pre-carrot txs work; Add support for return txs post-carrot.

This commit is contained in:
akildemir
2025-07-11 12:08:44 +03:00
parent 78232ff3a8
commit dd39f94ca6
27 changed files with 422 additions and 330 deletions

View File

@@ -226,6 +226,7 @@ std::tuple<std::vector<RCTOutputEnoteProposal>, crypto::public_key> make_return_
get_output_proposal_return_v1(
proposal_return,
tx_return_first_key_image,
&bob.s_view_balance_dev,
enote_proposal_return,
encrypted_payment_id_return
);