mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
channeld: handle onion messages.
We do most of the decoding here, and just hand the results to lightningd. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -226,6 +226,7 @@ class Type(FieldSet):
|
||||
'onionreply',
|
||||
'witscript',
|
||||
'feature_set',
|
||||
'onionmsg_path',
|
||||
]
|
||||
|
||||
# Some BOLT types are re-typed based on their field name
|
||||
|
||||
Reference in New Issue
Block a user