test: Require standard txs in regtest
This commit is contained in:
parent
fa9b419160
commit
fa89badf88
17 changed files with 61 additions and 11 deletions
test/functional
|
@ -20,6 +20,9 @@ from test_framework.util import (
|
|||
class WalletTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
self.num_nodes = 4
|
||||
self.extra_args = [[
|
||||
"-acceptnonstdtxn=1",
|
||||
]] * self.num_nodes
|
||||
self.setup_clean_chain = True
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue