Skip to content
Snippets Groups Projects
Commit 038d3224 authored by Constantin P.'s avatar Constantin P. 💬
Browse files

...

parent c7cacf8c
1 merge request!409...
......@@ -375,7 +375,7 @@ PyObject *dap_chain_net_add_atom_notify_callback(PyObject *self, PyObject *args)
l_callback->arg = obj_arg;
Py_INCREF(obj_func);
Py_INCREF(obj_arg);
dap_chain_add_callback_notify(l_chain, _wrapping_dap_chain_atom_notify_handler, l_callback);
dap_chain_add_callback_notify(l_chain, _wrapping_dap_chain_atom_notify_handler, NULL, l_callback);
Py_RETURN_NONE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment