aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
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 /src/validation.h
parentcc9d09e73de0fa5639bd782166b171448fd6b90b (diff)
downloadbitcoin-fab558612278909df93bdf88f5727b04f13aef0f.tar.xz
doc: Use precise permission flags where possible
Diffstat (limited to 'src/validation.h')
-rw-r--r--src/validation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h
index a148dacb7c..9b49627135 100644
--- a/src/validation.h
+++ b/src/validation.h
@@ -845,7 +845,7 @@ public:
* validationinterface callback.
*
* @param[in] pblock The block we want to process.
- * @param[in] fForceProcessing Process this block even if unrequested; used for non-network block sources and whitelisted peers.
+ * @param[in] fForceProcessing Process this block even if unrequested; used for non-network block sources.
* @param[out] fNewBlock A boolean which is set to indicate if the block was first received via this call
* @returns If the block was processed, independently of block validity
*/