diff options
author | Matt Corallo <git@bluematt.me> | 2019-03-26 16:40:58 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2019-07-09 15:46:25 -0400 |
commit | 50cede3f5a4d4fbfbb7c420b94e661a6a159bced (patch) | |
tree | f6a32ea8f748c39733206f19574a83796b622a34 /test/functional/test_runner.py | |
parent | 1212808762f63185bbde980c154d3e1a6c6eb819 (diff) |
[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-x | test/functional/test_runner.py | 1 |
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', |