mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
msggen: Regenerate for addition of SendCustomMsg
Performed using: PYTHONPATH=contrib/msggen python3 contrib/msggen/msggen/__main__.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user