mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Rename merkle branch to path
This commit is contained in:
parent
b042c4f053
commit
39d3b538e6
4 changed files with 18 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue