[test] A non-standard transaction which is also consensus-invalid should return the consensus error

This commit is contained in:
Antoine Poinsot
2024-10-16 13:34:15 +01:00
committed by dergoegge
parent f859ff8a4e
commit 86e2a6b749
3 changed files with 13 additions and 1 deletions

View File

@@ -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):