msggen: Regenerate for addition of SendCustomMsg

Performed using:
  PYTHONPATH=contrib/msggen python3 contrib/msggen/msggen/__main__.py
This commit is contained in:
Carl Dong
2023-02-06 12:14:54 -05:00
committed by Alex Myers
parent ef51ae3c6d
commit b83a19164c
8 changed files with 201 additions and 21 deletions

View File

@@ -852,6 +852,12 @@ def ping2py(m):
})
def sendcustommsg2py(m):
return remove_default({
"status": m.status, # PrimitiveField in generate_composite
})
def setchannel_channels2py(m):
return remove_default({
"peer_id": hexlify(m.peer_id), # PrimitiveField in generate_composite