Rename merkle branch to path

This commit is contained in:
Sjors Provoost
2024-10-31 10:56:16 -07:00
parent b042c4f053
commit 39d3b538e6
4 changed files with 18 additions and 17 deletions

View File

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