Skip to content

Features 7691

alexey.stratulat requested to merge features-7691 into master

Added a function to remove entries from the mempool. If the hash of the contents of the datum does not match the key. If the size of the datum differs from the size recorded in the database. If the datum was created later than 30 days from the current date. The mempool content filtering function is called at the beginning of the mempool_list command execution.

Merge request reports