common: No longer support new channels without option_static_remotekey.
We still support *existing* channels. Just not new ones (before they could, in theory, explicitly ask for one). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -395,7 +395,7 @@ int main(int argc, char *argv[])
|
||||
else if (option_static_remotekey)
|
||||
channel_type = channel_type_static_remotekey(NULL);
|
||||
else
|
||||
channel_type = channel_type_none(NULL);
|
||||
channel_type = channel_type_none_obsolete(NULL);
|
||||
|
||||
channel = new_full_channel(NULL,
|
||||
&cid,
|
||||
|
||||
Reference in New Issue
Block a user