mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
lightningd: use channel_type, pass to-and-from channeld.
Instead of explicit option_static_remotekey and option_anchor_outputs flags. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
740afb822c
commit
183fe107e8
@@ -220,6 +220,7 @@ class Type(FieldSet):
|
||||
# Externally defined variable size types (require a context)
|
||||
varsize_types = [
|
||||
'peer_features',
|
||||
'channel_type',
|
||||
'gossip_getnodes_entry',
|
||||
'gossip_getchannels_entry',
|
||||
'failed_htlc',
|
||||
|
||||
Reference in New Issue
Block a user