mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-05 22:24:25 +01:00
connectd: add network to init message
Changelog-Added: protocol: We now signal the network we are running on at init.
This commit is contained in:
committed by
Christian Decker
parent
4b13b88f6c
commit
3322048774
@@ -137,7 +137,7 @@ static struct io_plan *handshake_success(struct io_conn *conn,
|
||||
OPTIONAL_FEATURE(OPT_INITIAL_ROUTING_SYNC));
|
||||
|
||||
if (!no_init) {
|
||||
msg = towire_init(NULL, NULL, features);
|
||||
msg = towire_init(NULL, NULL, features, NULL);
|
||||
|
||||
sync_crypto_write(pps, take(msg));
|
||||
/* Ignore their init message. */
|
||||
|
||||
Reference in New Issue
Block a user