Update comment

This commit is contained in:
JCW
2026-04-09 15:03:24 +01:00
parent e938405a57
commit 494af3aee8

View File

@@ -529,10 +529,14 @@
#
# verify_endpoints = <0 | 1>
#
# If set to 1, the server will verify the validity of endpoint
# addresses received in TMEndpoints peer protocol messages by
# checking that they are well-formed and publicly routable. Invalid
# endpoints will be dropped. The default is 1 (verification enabled).
# If set to 0, the server will skip validation of endpoint
# addresses received in TMEndpoints peer protocol messages,
# allowing addresses that are not publicly routable or have a
# port of 0. The default is 1 (verification enabled).
#
# WARNING: Disabling this option is a security risk and should
# only be used for local testing and debugging. Do not disable
# on mainnet.
#
#
# [transaction_queue] EXPERIMENTAL