mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 05:44:12 +01:00
hsmd: Remove duplicate status message for incoming messages
This commit is contained in:
parent
2112f4fd8e
commit
91497b7ee5
@ -617,8 +617,6 @@ static struct io_plan *handle_client(struct io_conn *conn, struct client *c)
|
||||
{
|
||||
enum hsmd_wire t = fromwire_peektype(c->msg_in);
|
||||
|
||||
status_debug("Client: Received message %d from client", t);
|
||||
|
||||
/* Before we do anything else, is this client allowed to do
|
||||
* what he asks for? */
|
||||
if (!hsmd_check_client_capabilities(c->hsmd_client, t))
|
||||
|
Loading…
Reference in New Issue
Block a user