@@ -212,12 +212,6 @@ typedef struct kernel_Block kernel_Block;
212212 */
213213typedef struct kernel_BlockPointer kernel_BlockPointer;
214214
215- /* *
216- * Opaque data structure for holding a validation event. The event can only be
217- * processed by calling kernel_execute_event_and_destroy(..).
218- */
219- typedef struct kernel_ValidationEvent kernel_ValidationEvent;
220-
221215/* *
222216 * Opaque data structure for holding the state of a block during validation.
223217 *
@@ -643,8 +637,8 @@ void kernel_notifications_destroy(const kernel_Notifications* notifications);
643637kernel_ContextOptions* BITCOINKERNEL_WARN_UNUSED_RESULT kernel_context_options_create ();
644638
645639/* *
646- * @brief Sets a single, specific field in the options. The option type has to
647- * match the option value .
640+ * @brief Sets the chain params for the context options. The context created
641+ * with the options will be configured for these chain parameters .
648642 *
649643 * @param[in] context_options Non-null, previously created with kernel_context_options_create.
650644 * @param[in] chain_parameters Is set to the context options.
@@ -655,7 +649,8 @@ void kernel_context_options_set_chainparams(
655649) BITCOINKERNEL_ARG_NONNULL(1 ) BITCOINKERNEL_ARG_NONNULL(2 );
656650
657651/* *
658- * @brief Set the kernel notifications for context option.
652+ * @brief Set the kernel notifications for the context options. The context
653+ * created with the options will be configured with these notifications.
659654 *
660655 * @param[in] context_options Non-null, previously created with kernel_context_options_create.
661656 * @param[in] notifications Is set to the context options.
0 commit comments