fix: warning: inconsistent-missing-override

This commit is contained in:
tobtoht
2026-04-28 12:22:53 +02:00
parent 9d7ba46a36
commit 37e76ec135
+1 -1
View File
@@ -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