diff options
author | Suhas Daftuar <sdaftuar@chaincode.com> | 2015-10-30 14:55:32 -0400 |
---|---|---|
committer | Peter Todd <pete@petertodd.org> | 2015-11-10 14:14:46 -0500 |
commit | 97203f5606bf76a233928adafb0ce22f15caf7ae (patch) | |
tree | c74c5b0bfe8c74a54492a4a9c10305f137f9d257 /qa/pull-tester | |
parent | 20367d831fe0fdb92678d03552866c266aabbd83 (diff) |
Port test to rpc-test framework
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-x | qa/pull-tester/rpc-tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index c23dcbdb7c..86a416edc4 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -92,6 +92,7 @@ testScriptsExt = [ 'p2p-acceptblock.py', 'mempool_packages.py', 'maxuploadtarget.py', + 'replace-by-fee.py', ] #Enable ZMQ tests |