Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864381
D7975.id24780.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D7975.id24780.diff
View Options
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
Details
Attached
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)
Attached To
D7975: Doc: remove text about txes always relayed from -whitelist
Event Timeline
Log In to Comment