mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 20:09:18 +01:00
connectd: drop support (unused) for @ during handshake.
We could implement it, but we don't have to. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
26b9384fd0
commit
bb5beeddd7
1 changed files with 2 additions and 1 deletions
|
@ -216,7 +216,8 @@ struct io_plan *peer_exchange_initmsg(struct io_conn *conn,
|
|||
next = peer_write_postclose;
|
||||
break;
|
||||
case DEV_DISCONNECT_BLACKHOLE:
|
||||
dev_blackhole_fd(io_conn_fd(conn));
|
||||
status_failed(STATUS_FAIL_INTERNAL_ERROR,
|
||||
"Blackhole not supported during handshake");
|
||||
break;
|
||||
case DEV_DISCONNECT_NORMAL:
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue