aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjonatack <jon@atack.com>2023-01-09 07:25:04 -0800
committerjonatack <jon@atack.com>2023-01-09 08:18:47 -0800
commit0ed9cc58928d98633fb59922ebacbcf248d667cb (patch)
treee0de64fcd182081dd4305caf48bc052d196de6db /doc
parentb4fb0a3255d39d7acf334d09b675885462e31c60 (diff)
downloadbitcoin-0ed9cc58928d98633fb59922ebacbcf248d667cb.tar.xz
doc: clarify -i2pacceptincoming help documentation
and also hoist the default setting to a constexpr and remove unused f-string operators in a related functional test.
Diffstat (limited to 'doc')
-rw-r--r--doc/i2p.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/i2p.md b/doc/i2p.md
index 8433bbeaa2..aa174e8cfa 100644
--- a/doc/i2p.md
+++ b/doc/i2p.md
@@ -33,12 +33,10 @@ Core configuration options:
none)
-i2pacceptincoming
- If set and -i2psam is also set then incoming I2P connections are
- accepted via the SAM proxy. If this is not set but -i2psam is set
- then only outgoing connections will be made to the I2P network.
- Ignored if -i2psam is not set. Listening for incoming I2P
- connections is done through the SAM proxy, not by binding to a
- local address and port (default: 1)
+ Whether to accept inbound I2P connections (default: 1). Ignored if
+ -i2psam is not set. Listening for inbound I2P connections is
+ done through the SAM proxy, not by binding to a local address and
+ port.
```
In a typical situation, this suffices: