Skip to content

Commit

Permalink
mempool_ * test updates and fixes #50 PR
Browse files Browse the repository at this point in the history
  • Loading branch information
madnadyka authored and janus committed Mar 21, 2024
1 parent e2f1d7d commit 7bfec79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/functional/mempool_accept.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class MempoolAcceptanceTest(BGLTestFramework):
def set_test_params(self):
self.num_nodes = 1
self.extra_args = [[
'-txindex',
'-txindex', '-permitbaremultisig=0',
]] * self.num_nodes
self.supports_cli = False

Expand Down
1 change: 0 additions & 1 deletion test/functional/mempool_spend_coinbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
class MempoolSpendCoinbaseTest(BGLTestFramework):
def set_test_params(self):
self.num_nodes = 1
self.setup_clean_chain = True

def run_test(self):
wallet = MiniWallet(self.nodes[0])
Expand Down

0 comments on commit 7bfec79

Please sign in to comment.