Revision f13973c4 lib/opcodes.py

b/lib/opcodes.py
691 691
    ]
692 692

  
693 693

  
694
class OpSetNodeParams(OpCode):
694
class OpNodeSetParams(OpCode):
695 695
  """Change the parameters of a node."""
696 696
  OP_ID = "OP_NODE_SET_PARAMS"
697 697
  OP_DSC_FIELD = "node_name"

Also available in: Unified diff