We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b48bc commit e5c89e6Copy full SHA for e5c89e6
src/carrot_impl/carrot_tx_format_utils.cpp
@@ -276,7 +276,7 @@ cryptonote::transaction store_carrot_to_coinbase_transaction_v1(
276
tx.rct_signatures.type = rct::RCTTypeNull;
277
278
//input
279
- tx.vin.emplace_back(cryptonote::txin_gen{.height = block_index});
+ tx.vin.emplace_back(cryptonote::txin_gen{.height = static_cast<size_t>(block_index)});
280
281
//outputs
282
for (const CarrotCoinbaseEnoteV1 &enote : enotes)
0 commit comments