Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
levonpetrosyan93 committed Nov 25, 2024
1 parent 2738e20 commit 98d5fc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/miner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ std::unique_ptr<CBlockTemplate> BlockAssembler::CreateNewBlock(const CScript& sc
serialContextStream << pindexPrev->GetBlockHash();
std::vector<CRecipient> recipients = CSparkWallet::CreateSparkMintRecipients(spark_outputs, std::vector<unsigned char>(serialContextStream.begin(), serialContextStream.end()), true);

size_t i = 0;
for (size_t i = 0; i < recipients.size(); ++i) {
auto& recipient = recipients[i];
CTxOut txout(recipient.nAmount, recipient.scriptPubKey);
Expand Down

0 comments on commit 98d5fc4

Please sign in to comment.