From 38fee517d72eb8552a23e4907ecd5683c7de93d6 Mon Sep 17 00:00:00 2001 From: niftynei Date: Tue, 16 Mar 2021 15:33:07 -0500 Subject: [PATCH] mfc: turn "UNKNOWN TYPE channel_id" logs into actually the channel id Get rid of unuseful "UNKNOWN TYPE channel_id" prints in logs; only affected usage for `type_to_string` of plugins/Makefile built things --- plugins/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Makefile b/plugins/Makefile index ac07fbfbe..4fd3422e0 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -95,6 +95,7 @@ PLUGIN_COMMON_OBJS := \ common/bech32_util.o \ common/bigsize.o \ common/bolt11.o \ + common/channel_id.o \ common/daemon.o \ common/features.o \ common/hash_u5.o \