Skip to content

Commit 4e33c24

Browse files
fix: specify utf8
1 parent ac5c499 commit 4e33c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_masternode_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def run_test(self):
7272

7373
self.log.info("Test that masternode parameter interaction is logged")
7474
# Check debug log for parameter interaction messages
75-
with open(node1.debug_log_path, 'r') as f:
75+
with open(node1.debug_log_path, 'r', encoding='utf-8') as f:
7676
log_content = f.read()
7777
assert "parameter interaction: -masternodeblsprivkey set -> setting -disablewallet=1" in log_content
7878
# Note: The peerblockfilters and blockfilterindex messages won't be in the log

0 commit comments

Comments
 (0)