diff --git a/include/wrapping_dap_mempool.h b/include/wrapping_dap_mempool.h
index 8487d6aaef4677883f095dbe875579752b54f2e0..8b637e344979f070249d8b9efb386458ea87b523 100644
--- a/include/wrapping_dap_mempool.h
+++ b/include/wrapping_dap_mempool.h
@@ -13,6 +13,7 @@ typedef struct PyDapMempool{
 PyObject *dap_chain_mempool_add_proc_py(PyObject *self, PyObject *args);
 
 static PyMethodDef  DapMempoolMethods[] = {
+        {"addProc", dap_chain_mempool_add_proc_py, METH_VARARGS | METH_STATIC, ""},
         {NULL,NULL,0,NULL}
 };