carrot_impl: store extra_nonce to coinbase txs

This commit is contained in:
jeffro256
2025-04-20 17:26:13 -05:00
committed by akildemir
parent 70bde9353b
commit b7ea8d0b22
3 changed files with 14 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ bool construct_miner_tx_fake_reward_1out(const size_t height,
height,
coinbase_enotes);
tx = carrot::store_carrot_to_coinbase_transaction_v1(coinbase_enotes);
tx = carrot::store_carrot_to_coinbase_transaction_v1(coinbase_enotes, "");
}
else // !is_carrot
{