mirror of
https://github.com/monero-project/monero.git
synced 2026-06-12 19:11:36 -07:00
fix: warning: inconsistent-missing-override
This commit is contained in:
@@ -337,7 +337,7 @@ public:
|
||||
|
||||
void pop_block(block& blk, std::vector<transaction>& txs) override;
|
||||
|
||||
bool can_thread_bulk_indices() const { return true; }
|
||||
bool can_thread_bulk_indices() const override { return true; }
|
||||
|
||||
/**
|
||||
* @brief return a histogram of outputs on the blockchain
|
||||
|
||||
Reference in New Issue
Block a user