Skip to content
Snippets Groups Projects
Commit e817a2fd authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[*] Fix. The wrapping of the dap_chain_net_links_connect function is replaced...

[*] Fix. The wrapping of the dap_chain_net_links_connect function is replaced by a stub, because this function is not implemented.
parent ad03ddf3
No related branches found
No related tags found
1 merge request!26Support 3689
......@@ -123,8 +123,9 @@ PyObject *dap_chain_net_get_gdb_group_mempool_by_chain_type_py(PyObject *self, P
}
PyObject *dap_chain_net_links_connect_py(PyObject *self, PyObject *args){
dap_chain_net_links_connect(((PyDapChainNetObject*)self)->chain_net);
PyLong_FromLong(0);
// dap_chain_net_links_connect(((PyDapChainNetObject*)self)->chain_net);
// PyLong_FromLong(0);
return NULL;
}
PyObject *dap_chain_net_get_chain_by_chain_type_py(PyObject *self, PyObject *args){
PyObject *obj_chain_type;
......
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