mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-05 04:31:45 +02:00
test: speedup wallet_coinbase_category.py
No need to create a chain for it (nor use the cache).
This commit is contained in:
parent
c92eb6cda0
commit
76a84c0a6c
@ -15,6 +15,7 @@ from test_framework.util import (
|
|||||||
class CoinbaseCategoryTest(BitcoinTestFramework):
|
class CoinbaseCategoryTest(BitcoinTestFramework):
|
||||||
def set_test_params(self):
|
def set_test_params(self):
|
||||||
self.num_nodes = 1
|
self.num_nodes = 1
|
||||||
|
self.setup_clean_chain = True
|
||||||
|
|
||||||
def skip_test_if_missing_module(self):
|
def skip_test_if_missing_module(self):
|
||||||
self.skip_if_no_wallet()
|
self.skip_if_no_wallet()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user