There is a problem with deleting static nodes: the node ID is recorded using the global variable node_id, which is continuously increasing. If an intermediate node is deleted, the node ID will appear empty, which can introduce some problems, such as how to choose the node ID for cloning later?