db_lmdb: remove unused txpool_blob cursor

This commit is contained in:
selsta
2026-04-13 18:57:28 +02:00
parent 49f3fabbf4
commit b6bd8291c9
-1
View File
@@ -1848,7 +1848,6 @@ uint64_t BlockchainLMDB::get_txpool_tx_count(relay_category category) const
{
// Filter unrelayed tx out of the result, so we need to loop over transactions and check their meta data
RCURSOR(txpool_meta);
RCURSOR(txpool_blob);
MDB_val k;
MDB_val v;