Revision 792af3ad lib/opcodes.py

b/lib/opcodes.py
370 370
    ]
371 371

  
372 372

  
373
class OpOutOfBand(OpCode):
373
class OpOobCommand(OpCode):
374 374
  """Interact with OOB."""
375
  OP_ID = "OP_OUT_OF_BAND"
375
  OP_ID = "OP_OOB_COMMAND"
376 376
  __slots__ = [
377 377
    "node_name",
378 378
    "command",

Also available in: Unified diff