From 29f9451b2792a9ff71d275aafc830ebc2363647f Mon Sep 17 00:00:00 2001 From: jeffro256 Date: Thu, 24 Apr 2025 00:19:29 -0500 Subject: [PATCH] carrot_impl: silence aggr init warnings --- src/carrot_impl/carrot_tx_builder_utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/carrot_impl/carrot_tx_builder_utils.cpp b/src/carrot_impl/carrot_tx_builder_utils.cpp index 93975b3dc..578ebbec3 100644 --- a/src/carrot_impl/carrot_tx_builder_utils.cpp +++ b/src/carrot_impl/carrot_tx_builder_utils.cpp @@ -122,7 +122,7 @@ void make_carrot_transaction_proposal_v1(const std::vector= CARROT_MIN_TX_OUTPUTS, @@ -242,7 +242,7 @@ void make_carrot_transaction_proposal_v1_transfer_subtractable( .amount = 0, .enote_type = add_payment_type_selfsend ? CarrotEnoteType::PAYMENT : CarrotEnoteType::CHANGE }, - .subaddr_index = {0, 0, AddressDeriveType::Auto} // @TODO: let callers pass AddressDeriveType as an argument + .subaddr_index = {{0, 0}, AddressDeriveType::Auto} // @TODO: let callers pass AddressDeriveType as an argument }); // define carves fees and balance callback