mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44:20 +01:00
onionmessages: remove obsolete onion message parsing.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -283,7 +283,7 @@ struct lightningd {
|
||||
u32 dev_max_funding_unconfirmed;
|
||||
|
||||
/* Special switches to test onion compatibility */
|
||||
bool dev_ignore_modern_onion, dev_ignore_obsolete_onion;
|
||||
bool dev_ignore_modern_onion;
|
||||
|
||||
/* Tell channeld to disable commits after this many. */
|
||||
int dev_disable_commit;
|
||||
|
||||
Reference in New Issue
Block a user