diff --git a/include/wrapping_dap_chain_net_node.h b/include/wrapping_dap_chain_net_node.h
index 1aefe1d44aef648505cff0acc081d6dd028aa476..c75727f5875993003ab597280fadf382a3699ca1 100644
--- a/include/wrapping_dap_chain_net_node.h
+++ b/include/wrapping_dap_chain_net_node.h
@@ -25,7 +25,7 @@ static PyMethodDef DapChainNetNodeMethods[] = {
     {NULL, NULL, 0, NULL}
 };
 
-static PyTypeObject DapChainNodeInfoObject_DapChainNodeInfoObjectType = {
+static PyTypeObject DapChainNetNodeObject_DapChainNetNodeObjectType = {
     PyVarObject_HEAD_INIT(NULL, 0)
     "CellFrame.Chain.Node",            /* tp_name */
     sizeof(PyDapChainNodeObject),     /* tp_basicsize */