Drop TransactionMerklePath default position arg

This commit is contained in:
Sjors Provoost
2024-10-31 11:00:12 -07:00
parent 39d3b538e6
commit 2e81791d90
2 changed files with 3 additions and 3 deletions

View File

@@ -913,7 +913,7 @@ public:
std::vector<uint256> getCoinbaseMerklePath() override
{
return TransactionMerklePath(m_block_template->block);
return TransactionMerklePath(m_block_template->block, 0);
}
bool submitSolution(uint32_t version, uint32_t timestamp, uint32_t nonce, CMutableTransaction coinbase) override