mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-29 13:32:33 +02: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
@ -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…
Reference in New Issue
Block a user