test: Require standard txs in regtest

This commit is contained in:
MarcoFalke
2019-04-24 17:55:58 -04:00
parent fa9b419160
commit fa89badf88
17 changed files with 61 additions and 11 deletions

View File

@@ -13,7 +13,11 @@ class MempoolLimitTest(BitcoinTestFramework):
def set_test_params(self):
self.setup_clean_chain = True
self.num_nodes = 1
self.extra_args = [["-maxmempool=5", "-spendzeroconfchange=0"]]
self.extra_args = [[
"-acceptnonstdtxn=1",
"-maxmempool=5",
"-spendzeroconfchange=0",
]]
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()