diff --git a/src/carrot_impl/format_utils.cpp b/src/carrot_impl/format_utils.cpp index 52f652ad3..5b8183360 100644 --- a/src/carrot_impl/format_utils.cpp +++ b/src/carrot_impl/format_utils.cpp @@ -226,9 +226,9 @@ cryptonote::transaction store_carrot_to_transaction_v1(const std::vector normal_payment_proposals_inout.push_back(carrot::CarrotPaymentProposalV1{ .destination = dest, .amount = tx_dest_entry.amount, + .asset_type = tx_dest_entry.asset_type, .randomness = carrot::gen_janus_anchor(), - .asset_type = tx_dest_entry.asset_type }); }