Skip to content

Commit 534a877

Browse files
MarcoFalkedr-orlovsky
MarcoFalke
authored andcommitted
Revert "Merge bitcoin#19227: test: change blacklist to blocklist"
This reverts commit 221873e.
1 parent e8e23de commit 534a877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/functional/feature_notifications.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def set_test_params(self):
3333
self.setup_clean_chain = True
3434

3535
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)
36+
self.wallet = ''.join(chr(i) for i in range(FILE_CHAR_START, FILE_CHAR_END) if chr(i) not in FILE_CHAR_BLACKLIST)
3737
self.alertnotify_dir = os.path.join(self.options.tmpdir, "alertnotify")
3838
self.blocknotify_dir = os.path.join(self.options.tmpdir, "blocknotify")
3939
self.walletnotify_dir = os.path.join(self.options.tmpdir, "walletnotify")

0 commit comments

Comments
 (0)