mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-11 10:04:28 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user