test: Enable various tests for usage with cli

These tests run successfully on current master without any changes.
This commit is contained in:
Martin Zumsande
2025-04-30 14:42:44 -04:00
parent c5849663ba
commit 6c364e0c10
9 changed files with 0 additions and 10 deletions

View File

@@ -100,7 +100,6 @@ class BIP68_112_113Test(BitcoinTestFramework):
self.extra_args = [[
f'-testactivationheight=csv@{CSV_ACTIVATION_HEIGHT}',
]]
self.supports_cli = False
def create_self_transfer_from_utxo(self, input_tx):
utxo = self.miniwallet.get_utxo(txid=input_tx.txid_hex, mark_as_spent=False)