hsmd: Remove duplicate status message for incoming messages

This commit is contained in:
Christian Decker 2021-08-03 11:57:05 +02:00 committed by Rusty Russell
parent 2112f4fd8e
commit 91497b7ee5

View File

@ -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))