mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 11:13:02 +02:00
@@ -50,13 +50,6 @@ class MultiWalletTest(BitcoinTestFramework):
|
|||||||
def skip_test_if_missing_module(self):
|
def skip_test_if_missing_module(self):
|
||||||
self.skip_if_no_wallet()
|
self.skip_if_no_wallet()
|
||||||
|
|
||||||
def add_options(self, parser):
|
|
||||||
parser.add_argument(
|
|
||||||
'--data_wallets_dir',
|
|
||||||
default=os.path.join(os.path.dirname(os.path.realpath(__file__)), 'data/wallets/'),
|
|
||||||
help='Test data with wallet directories (default: %(default)s)',
|
|
||||||
)
|
|
||||||
|
|
||||||
def run_test(self):
|
def run_test(self):
|
||||||
node = self.nodes[0]
|
node = self.nodes[0]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user