aboutsummaryrefslogtreecommitdiff
path: root/doc/reduce-traffic.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-07-09 17:59:54 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-07-10 15:37:42 +0200
commitfab558612278909df93bdf88f5727b04f13aef0f (patch)
treed8c23edec4f024feab7a604b0b918f53c5652387 /doc/reduce-traffic.md
parentcc9d09e73de0fa5639bd782166b171448fd6b90b (diff)
downloadbitcoin-fab558612278909df93bdf88f5727b04f13aef0f.tar.xz
doc: Use precise permission flags where possible
Diffstat (limited to 'doc/reduce-traffic.md')
-rw-r--r--doc/reduce-traffic.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reduce-traffic.md b/doc/reduce-traffic.md
index ea13dd5c27..86943b1f72 100644
--- a/doc/reduce-traffic.md
+++ b/doc/reduce-traffic.md
@@ -50,7 +50,7 @@ Be reminded of the effects of this setting.
Doing so disables the automatic broadcasting of transactions from wallet. Not
relaying other's transactions could hurt your privacy if used while a wallet
is loaded or if you use the node to broadcast transactions.
-- If a peer is whitelisted and "-whitelistforcerelay" is set to "1" (which will
- also set "whitelistrelay" to "1"), we will still receive and relay their transactions.
+- If a peer has the forcerelay permission, we will still receive and relay
+ their transactions.
- It makes block propagation slower because compact block relay can only be
used when transaction relay is enabled.