We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e23de commit 534a877Copy full SHA for 534a877
test/functional/feature_notifications.py
@@ -33,7 +33,7 @@ def set_test_params(self):
33
self.setup_clean_chain = True
34
35
def setup_network(self):
36
- self.wallet = ''.join(chr(i) for i in range(FILE_CHAR_START, FILE_CHAR_END) if chr(i) not in FILE_CHAR_BLOCKLIST)
+ self.wallet = ''.join(chr(i) for i in range(FILE_CHAR_START, FILE_CHAR_END) if chr(i) not in FILE_CHAR_BLACKLIST)
37
self.alertnotify_dir = os.path.join(self.options.tmpdir, "alertnotify")
38
self.blocknotify_dir = os.path.join(self.options.tmpdir, "blocknotify")
39
self.walletnotify_dir = os.path.join(self.options.tmpdir, "walletnotify")
0 commit comments