fix for show_transfers not showing SC1 addresses; fixed proposal asset_type handling

This commit is contained in:
Some Random Crypto Guy
2025-10-23 13:10:10 +01:00
parent 8a32d7f73b
commit 4b7f863c71
6 changed files with 20 additions and 4 deletions
+2 -1
View File
@@ -275,7 +275,8 @@ void make_carrot_transaction_proposal_v1_transfer(
.proposal = CarrotPaymentProposalSelfSendV1{
.destination_address_spend_pubkey = change_address_spend_pubkey,
.amount = 0,
.enote_type = add_payment_type_selfsend ? CarrotEnoteType::PAYMENT : CarrotEnoteType::CHANGE
.enote_type = add_payment_type_selfsend ? CarrotEnoteType::PAYMENT : CarrotEnoteType::CHANGE,
.asset_type = "SAL1"
},
.subaddr_index = change_address_index
});