diff options
author | Antoine Poinsot <darosior@protonmail.com> | 2024-10-16 13:34:15 +0100 |
---|---|---|
committer | dergoegge <n.goeggi@gmail.com> | 2024-10-17 10:58:42 +0100 |
commit | 86e2a6b749c7fecbd086b361806ac9f6e9426d79 (patch) | |
tree | 4f98ce553dce71b2b84a1b6c7c59cb9655b48ba0 /test/functional/feature_block.py | |
parent | f859ff8a4e9c3aa23bf5be6eceb7099ca72b2290 (diff) |
[test] A non-standard transaction which is also consensus-invalid should return the consensus error
Diffstat (limited to 'test/functional/feature_block.py')
-rwxr-xr-x | test/functional/feature_block.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/feature_block.py b/test/functional/feature_block.py index 384ca311c7..43bf61c174 100755 --- a/test/functional/feature_block.py +++ b/test/functional/feature_block.py @@ -88,6 +88,7 @@ class FullBlockTest(BitcoinTestFramework): self.extra_args = [[ '-acceptnonstdtxn=1', # This is a consensus block test, we don't care about tx policy '-testactivationheight=bip34@2', + '-par=1', # Until https://github.com/bitcoin/bitcoin/issues/30960 is fixed ]] def run_test(self): |