We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1963f commit 2e99de1Copy full SHA for 2e99de1
test/functional/wallet_multiwallet.py
@@ -289,9 +289,6 @@ def wallet_file(name):
289
global got_loading_error
290
assert_equal(got_loading_error, True)
291
292
- if self.options.usecli:
293
- self.log.info("Sleeping for 1 minute")
294
- time.sleep(60)
295
self.log.info("Load remaining wallets")
296
for wallet_name in wallet_names[2:]:
297
loadwallet_name = self.nodes[0].loadwallet(wallet_name)
0 commit comments