mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-07 13:18:43 +02:00
test: Enable various tests for usage with cli
These tests run successfully on current master without any changes.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user