Add Mempool Expire function to remove old transactions
commit49b6fd5663dfe081d127cd1eb11407c4d3eaf93d
authorPieter Wuille <pieter.wuille@gmail.com>
Fri, 2 Oct 2015 21:43:30 +0000 (2 14:43 -0700)
committerMatt Corallo <git@bluematt.me>
Tue, 13 Oct 2015 07:44:03 +0000 (13 00:44 -0700)
tree30caec98dd3dc4fae4aef494ff04b0df81778ca4
parent78b82f4a16d8aad15ef397b1a1cd075b2efc8c16
Add Mempool Expire function to remove old transactions

(note the 9x multiplier on (void*)'s for CTxMemPool::DynamicMemoryUsage
 was accidentally introduced in 5add7a7 but should have waited for this
 commit which adds the extra index)
src/init.cpp
src/main.h
src/txmempool.cpp
src/txmempool.h