mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 16:31:36 +02:00
test: Require standard txs in regtest
This commit is contained in:
@@ -78,7 +78,7 @@ class FullBlockTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
self.num_nodes = 1
|
||||
self.setup_clean_chain = True
|
||||
self.extra_args = [[]]
|
||||
self.extra_args = [['-acceptnonstdtxn=1']] # This is a consensus block test, we don't care about tx policy
|
||||
|
||||
def run_test(self):
|
||||
node = self.nodes[0] # convenience reference to the node
|
||||
|
Reference in New Issue
Block a user