1 2017-04-13 13:18:13 <karelb> Hey. Question. Can I somehow tell regtest node to delete transaction from mempool? (for testing)
2 2017-04-13 13:18:36 <karelb> I cannot find any command for that
3 2017-04-13 13:24:20 <karelb> Hm, it seems, by looking at code, that there is no command for that
4 2017-04-13 13:25:22 <karelb> I need to test a code, that is depending on bitcoind, for a case of disappearing transaction from mempool.
5 2017-04-13 13:29:55 <karelb> the test framework has create_lots_of_big_transactions , that might force the transaction to be "flushed out" maybe? Oh there is also the "maxmempool" option. Hm. So I can test it similarly to functional/mempool_limit.py test
6 2017-04-13 13:30:06 <karelb> by setting small maxmempool and putting a lot of transactions
7 2017-04-13 13:30:20 <karelb> hm, so much work :/ it can be a call to regtest :D
8 2017-04-13 13:41:07 <weedcoder> i'm working on the same thing
9 2017-04-13 13:44:32 <weedcoder> mining empty blocks