You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
241f8b5 Fix typo in feature_blocksdir.py log message (Alexander Leishman)
Pull request description:
Typo I came across while writing some new tests.
Tree-SHA512: cc494553125a1e84f9238a14761e3fb76623e98d951811dd3bfb13595a03a1888d73859487a2cbb76c7ae85897bc64016a220a92c2636b35ea6356a5b5340d66
self.nodes[0].assert_start_raises_init_error(["-blocksdir="+blocksdir_path], 'Error: Specified blocks directory "{}" does not exist.'.format(blocksdir_path))
26
26
os.mkdir(blocksdir_path)
27
-
self.log.info("Starting with exiting blocksdir ...")
27
+
self.log.info("Starting with existing blocksdir ...")
0 commit comments