diff --git a/include/wrapping_dap_chain_common_objects.h b/include/wrapping_dap_chain_common_objects.h index b69df9a61bc18471de74e48369638db1e7588185..53df6f4bf85dc50ad8de592fc85046c07e049a24 100644 --- a/include/wrapping_dap_chain_common_objects.h +++ b/include/wrapping_dap_chain_common_objects.h @@ -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 */