make replace-by-fee.py a standard functional test

This commit is contained in:
Gregory Sanders 2017-09-26 14:56:45 -04:00
parent 69fa8dd0e5
commit a2ca228de7

View file

@ -159,6 +159,7 @@ testScripts = [
#'import-rescan.py',
# TODO fix priority assumptions in test
#'bumpfee.py',
'replace-by-fee.py',
'rpcnamedargs.py',
'listsinceblock.py',
'p2p-leaktests.py',
@ -193,7 +194,6 @@ testScriptsExt = [
'invalidateblock.py',
'maxblocksinflight.py',
'p2p-acceptblock.py',
'replace-by-fee.py',
]