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

[*] Fix. Rename ChainCellID on ChainNodeAddr for DapChainNodeAddrObject_DapChainNodeAddrObjectType

parent 18dd65cd
No related branches found
No related tags found
1 merge request!26Support 3689
......@@ -62,7 +62,7 @@ static PyTypeObject DapChainIdObject_DapChainIdObjectType = {
typedef struct PyDapChainCellId{
PyObject_HEAD
dap_chain_cell_id_t *id;
dap_chain_cell_id_t id;
}PyDapChainCellIdObject;
static PyTypeObject DapChainCellIdObject_DapChainCellIdObjectType = {
......@@ -118,7 +118,7 @@ typedef struct PyDapChainNodeAddr{
static PyTypeObject DapChainNodeAddrObject_DapChainNodeAddrObjectType = {
PyVarObject_HEAD_INIT(NULL, 0)
"CellFrame.ChainCellID", /* tp_name */
"CellFrame.ChainNodeAddr", /* tp_name */
sizeof(PyDapChainNodeAddrObject), /* tp_basicsize */
0, /* tp_itemsize */
0, /* tp_dealloc */
......
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