fixed field ordering to allow GCC to compile; removed unlock_time field from CARROT/SPARC TX outputs

This commit is contained in:
Some Random Crypto Guy
2025-05-19 11:13:01 +01:00
parent e3e35f6dde
commit 60b3f22376
5 changed files with 5 additions and 8 deletions

View File

@@ -379,8 +379,8 @@ cryptonote::transaction store_carrot_to_coinbase_transaction_v1(
tx.vout.push_back(cryptonote::tx_out{enote.amount,
cryptonote::txout_to_carrot_v1{
.key = enote.onetime_address,
.view_tag = enote.view_tag,
.asset_type = enote.asset_type,
.view_tag = enote.view_tag,
.encrypted_janus_anchor = enote.anchor_enc
}
});