Rename merkle branch to path

This commit is contained in:
Sjors Provoost 2024-10-31 10:56:16 -07:00
parent b042c4f053
commit 39d3b538e6
No known key found for this signature in database
GPG key ID: 57FF9BDBCC301009
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