mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Drop TransactionMerklePath default position arg
This commit is contained in:
parent
39d3b538e6
commit
2e81791d90
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue