Skip to content

Commit 7b54434

Browse files
committed
test: change log rate limit version gate from 299900 to 290100
1 parent 64a7c7c commit 7b54434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/test_framework/test_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def __init__(self, i, datadir_path, *, chain, rpchost, timewait, timeout_factor,
161161
self.args.append("-logsourcelocations")
162162
if self.version_is_at_least(239000):
163163
self.args.append("-loglevel=trace")
164-
if self.version_is_at_least(299900):
164+
if self.version_is_at_least(290100):
165165
self.args.append("-nologratelimit")
166166

167167
# Default behavior from global -v2transport flag is added to args to persist it over restarts.

0 commit comments

Comments
 (0)