mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Remove getTransactionsUpdated() from mining interface
It's unnecessary to expose it via this interface.
This commit is contained in:
parent
bfc4e029d4
commit
9a47852d88
4 changed files with 4 additions and 13 deletions
|
|
@ -984,11 +984,6 @@ public:
|
|||
return chainman().ProcessNewBlock(block, /*force_processing=*/true, /*min_pow_checked=*/true, /*new_block=*/new_block);
|
||||
}
|
||||
|
||||
unsigned int getTransactionsUpdated() override
|
||||
{
|
||||
return context()->mempool->GetTransactionsUpdated();
|
||||
}
|
||||
|
||||
std::unique_ptr<BlockTemplate> createNewBlock(const BlockCreateOptions& options) override
|
||||
{
|
||||
BlockAssembler::Options assemble_options{options};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue