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