Page MenuHomePhabricator

D7975.id24780.diff
No OneTemporary

D7975.id24780.diff

diff --git a/src/init.cpp b/src/init.cpp
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -722,9 +722,7 @@
"Whitelist peers connecting from the given IP address (e.g. "
"1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be "
"specified multiple times. "
- "Whitelisted peers cannot be DoS banned and their "
- "transactions are always relayed, even if they are already in "
- "the mempool, useful e.g. for a gateway",
+ "Whitelisted peers cannot be DoS banned",
ArgsManager::ALLOW_ANY, OptionsCategory::CONNECTION);
gArgs.AddArg(
"-maxuploadtarget=<n>",
@@ -1010,7 +1008,8 @@
gArgs.AddArg(
"-whitelistforcerelay",
strprintf("Force relay of transactions from whitelisted peers even if "
- "they violate local relay policy (default: %d)",
+ "the transactions were already in the mempool or violate "
+ "local relay policy (default: %d)",
DEFAULT_WHITELISTFORCERELAY),
ArgsManager::ALLOW_ANY, OptionsCategory::NODE_RELAY);

File Metadata

Mime Type
text/plain
Expires
Tue, May 20, 19:16 (3 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5863226
Default Alt Text
D7975.id24780.diff (1 KB)

Event Timeline