We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786dfb4 commit 556caadCopy full SHA for 556caad
include/secp256k1.h
@@ -258,7 +258,7 @@ SECP256K1_API void secp256k1_context_destroy(
258
* - void secp256k1_default_error_callback_fn(const char* message, void* data);
259
* The library can call these default handlers even before a proper callback data
260
* pointer could have been set using secp256k1_context_set_illegal_callback or
261
- * secp256k1_context_set_illegal_callback, e.g., when the creation of a context
+ * secp256k1_context_set_error_callback, e.g., when the creation of a context
262
* fails. In this case, the corresponding default handler will be called with
263
* the data pointer argument set to NULL.
264
*
0 commit comments