mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03: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
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ from test_framework.util import (
|
|||
class CoinbaseCategoryTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
self.num_nodes = 1
|
||||
self.setup_clean_chain = True
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_wallet()
|
||||
|
|
Loading…
Add table
Reference in a new issue