aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2019-03-26 16:40:58 -0400
committerMatt Corallo <git@bluematt.me>2019-07-09 15:46:25 -0400
commit50cede3f5a4d4fbfbb7c420b94e661a6a159bced (patch)
treef6a32ea8f748c39733206f19574a83796b622a34 /test/functional/test_runner.py
parent1212808762f63185bbde980c154d3e1a6c6eb819 (diff)
downloadbitcoin-50cede3f5a4d4fbfbb7c420b94e661a6a159bced.tar.xz
[mempool] Allow one extra single-ancestor transaction per package
This implements the proposed policy change from [1], which allows certain classes of contract protocols involving revocation punishments to use CPFP. Note that some such use-cases may still want some form of one-deep package relay, though even this alone may greatly simplify some lightning fee negotiation. [1] https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2018-November/016518.html
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 462547f44f..f5b166742b 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -157,6 +157,7 @@ BASE_SCRIPTS = [
'rpc_invalidateblock.py',
'feature_rbf.py',
'mempool_packages.py',
+ 'mempool_package_onemore.py',
'rpc_createmultisig.py',
'feature_versionbits_warning.py',
'rpc_preciousblock.py',