Skip to content
Snippets Groups Projects
Commit 0b135fbd authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'feature-3516' into 'master'

added context parameter to the console command

See merge request libdap-chain-net-python!7
parents f3babc65 bb89f309
No related branches found
No related tags found
1 merge request!26Support 3689
......@@ -135,7 +135,7 @@ PyObject *dap_chain_node_cli_cmd_item_create_py(PyObject *a_self, PyObject *a_ar
}
}
element_py_func_add(name, obj_cmdfunc);
dap_chain_node_cli_cmd_item_create(name, wrapping_cmdfunc, doc, doc_ex);
dap_chain_node_cli_cmd_item_create(name, wrapping_cmdfunc, NULL, doc, doc_ex);
return PyLong_FromLong(0);
}
......
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