Add tests for mempool persistence

Adds tests for mempool persistence as well as for the new
-persistmempool command line parameter.
This commit is contained in:
John Newbery
2017-03-09 17:14:55 -05:00
parent 91c91e140a
commit a750d77b95
2 changed files with 92 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ BASE_SCRIPTS= [
'rest.py',
'mempool_spendcoinbase.py',
'mempool_reorg.py',
'mempool_persist.py',
'httpbasics.py',
'multi_rpc.py',
'proxy_test.py',