Skip to content

Commit

Permalink
Doc: remove text about txes always relayed from -whitelist
Browse files Browse the repository at this point in the history
Updates text since -whitelistforcerelay was set to false by default in
PR bitcoin#15193.
  • Loading branch information
harding committed Apr 25, 2019
1 parent 40a720a commit 305d1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.cpp
Expand Up @@ -457,7 +457,7 @@ void SetupServerArgs()
#endif
gArgs.AddArg("-whitebind=<addr>", "Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6", false, OptionsCategory::CONNECTION);
gArgs.AddArg("-whitelist=<IP address or network>", "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", false, OptionsCategory::CONNECTION);
" Whitelisted peers cannot be DoS banned", false, OptionsCategory::CONNECTION);

g_wallet_init_interface.AddWalletOptions();

Expand Down

0 comments on commit 305d1d7

Please sign in to comment.