From a2ca228de7a70bf227259f948b2114d89ce3f2bd Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Tue, 26 Sep 2017 14:56:45 -0400 Subject: [PATCH] make replace-by-fee.py a standard functional test --- qa/pull-tester/rpc-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index 91c99e76bc..bd3a59ecaf 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -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', ]