Skip to content

Commit c9ecfef

Browse files
committed
test: use -nodatacarrierfullcount in feature_taproot
1 parent de066f3 commit c9ecfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_taproot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ def skip_test_if_missing_module(self):
13771377
def set_test_params(self):
13781378
self.num_nodes = 1
13791379
self.setup_clean_chain = True
1380-
self.extra_args = [["-datacarrierfullcount"]]
1380+
self.extra_args = [["-nodatacarrierfullcount"]]
13811381

13821382
def block_submit(self, node, txs, msg, err_msg, cb_pubkey=None, fees=0, sigops_weight=0, witness=False, accept=False):
13831383

0 commit comments

Comments
 (0)