You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* specific block passed to it has been checked for validity!
218
218
*
219
219
* @param[out] state This may be set to an Error state if any error occurred processing it, including during validation/connection/etc of otherwise unrelated blocks during reorganization; or it may be set to an Invalid state if pblock is itself invalid (but this is not guaranteed even when the block is checked). If you want to *possibly* get feedback on whether pblock is valid, you must also install a CValidationInterface (see validationinterface.h) - this will have its BlockChecked method called whenever *any* block completes validation.
220
-
* @param[in] pfrom The node which we are receiving the block from; it is added to mapBlockSource and may be penalised if the block is invalid.
221
220
* @param[in] pblock The block we want to process.
222
221
* @param[in] fForceProcessing Process this block even if unrequested; used for non-network block sources and whitelisted peers.
223
222
* @param[out] dbp The already known disk position of pblock, or NULL if not yet stored.
223
+
* @param[out] fNewBlock A boolean which is set to indicate if the block was first received via this call
0 commit comments