mirror of
https://github.com/monero-project/monero.git
synced 2026-07-28 22:51:07 -07:00
db_lmdb: remove unused txpool_blob cursor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user