Skip to content

Commit

Permalink
Update net permissions help to include 'addr'
Browse files Browse the repository at this point in the history
Github-Pull: bitcoin#18991
Rebased-From: cf1569e (partial)
  • Loading branch information
luke-jr committed Aug 10, 2020
1 parent f1b2672 commit 3d36fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ void SetupServerArgs()
#endif
gArgs.AddArg("-whitebind=<[permissions@]addr>", "Bind to given address and whitelist peers connecting to it. "
"Use [host]:port notation for IPv6. Allowed permissions are bloomfilter (allow requesting BIP37 filtered blocks and transactions), "
"addr (responses to GETADDR avoid hitting the cache and contain random records with the most up-to-date info), "
"blockfilters (serve compact block filters to peers per BIP 157), "
"noban (do not ban for misbehavior), "
"forcerelay (relay transactions that are already in the mempool; implies relay), "
Expand Down

0 comments on commit 3d36fb5

Please sign in to comment.