aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-07-12 08:04:51 +0200
committerMacroFake <falke.marco@gmail.com>2022-07-12 08:04:54 +0200
commit6c0c2620c21f6160235130541b643e9e3910faf8 (patch)
tree27cdf02ec443101e003276ba56399c36ef7e3025
parent7ba0850c491921852c2766501ab73594477b789a (diff)
parent76a84c0a6cac3df711b1ed907a46c905cb85c485 (diff)
downloadbitcoin-6c0c2620c21f6160235130541b643e9e3910faf8.tar.xz
Merge bitcoin/bitcoin#25589: test: speedup wallet_coinbase_category.py
76a84c0a6cac3df711b1ed907a46c905cb85c485 test: speedup wallet_coinbase_category.py (furszy) Pull request description: No need to create a chain (200 extra blocks), nor use the cache, for it. Top commit has no ACKs. Tree-SHA512: beec64ba6c580d475e19700371ae155f4f3d74325879802da83d02f4153a752d5829b8a4ed77e0c893e79cbc26f66389eed90ac2e8b03a59f6c630ee9333355c
-rwxr-xr-xtest/functional/wallet_coinbase_category.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/wallet_coinbase_category.py b/test/functional/wallet_coinbase_category.py
index 5a6b6cee59..c2a8e612cf 100755
--- a/test/functional/wallet_coinbase_category.py
+++ b/test/functional/wallet_coinbase_category.py
@@ -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()