mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
tests: restrict feature_segwit legacy wallet import tests
A portion of feature_segwit deals with the legacy wallet IsMine and import behavior. This is now hidden behind --legacy-wallet
This commit is contained in:
parent
1d13c44a4c
commit
ae6cbcc909
1 changed files with 244 additions and 243 deletions
|
@ -341,6 +341,7 @@ class SegWitTest(BitcoinTestFramework):
|
||||||
# Mine a block to clear the gbt cache again.
|
# Mine a block to clear the gbt cache again.
|
||||||
self.generate(self.nodes[0], 1)
|
self.generate(self.nodes[0], 1)
|
||||||
|
|
||||||
|
if not self.options.descriptors:
|
||||||
self.log.info("Verify behaviour of importaddress and listunspent")
|
self.log.info("Verify behaviour of importaddress and listunspent")
|
||||||
|
|
||||||
# Some public keys to be used later
|
# Some public keys to be used later
|
||||||
|
|
Loading…
Add table
Reference in a new issue