mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-04 00:41:36 +02:00
test: Fix typos in tests
This commit is contained in:
parent
faeae2980f
commit
fa6c1e850f
@ -366,7 +366,7 @@ def write_config(config_path, *, n, chain, extra_config="", disable_autoconnect=
|
|||||||
f.write("listenonion=0\n")
|
f.write("listenonion=0\n")
|
||||||
# Increase peertimeout to avoid disconnects while using mocktime.
|
# Increase peertimeout to avoid disconnects while using mocktime.
|
||||||
# peertimeout is measured in wall clock time, so setting it to the
|
# peertimeout is measured in wall clock time, so setting it to the
|
||||||
# duration of the longest test is sufficient. It can be overriden in
|
# duration of the longest test is sufficient. It can be overridden in
|
||||||
# tests.
|
# tests.
|
||||||
f.write("peertimeout=999999\n")
|
f.write("peertimeout=999999\n")
|
||||||
f.write("printtoconsole=0\n")
|
f.write("printtoconsole=0\n")
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# Check that all logs are terminated with '\n'
|
# Check that all logs are terminated with '\n'
|
||||||
#
|
#
|
||||||
# Some logs are continued over multiple lines. They should be explicitly
|
# Some logs are continued over multiple lines. They should be explicitly
|
||||||
# commented with \* Continued *\
|
# commented with /* Continued */
|
||||||
#
|
#
|
||||||
# There are some instances of LogPrintf() in comments. Those can be
|
# There are some instances of LogPrintf() in comments. Those can be
|
||||||
# ignored
|
# ignored
|
||||||
|
Loading…
x
Reference in New Issue
Block a user