diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-07-09 17:59:54 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-07-10 15:37:42 +0200 |
commit | fab558612278909df93bdf88f5727b04f13aef0f (patch) | |
tree | d8c23edec4f024feab7a604b0b918f53c5652387 /src/validation.h | |
parent | cc9d09e73de0fa5639bd782166b171448fd6b90b (diff) |
doc: Use precise permission flags where possible
Diffstat (limited to 'src/validation.h')
-rw-r--r-- | src/validation.h | 2 |
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 */ |