mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
[test] A non-standard transaction which is also consensus-invalid should return the consensus error
This commit is contained in:
committed by
dergoegge
parent
f859ff8a4e
commit
86e2a6b749
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user