From 9fa81af2a819fde305da95ce5edb4182e5d6a229 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Tue, 14 Jul 2020 18:30:46 +0800 Subject: [PATCH] trivial: fix make rpc-format --- lnrpc/rpc.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnrpc/rpc.proto b/lnrpc/rpc.proto index 7cf09e6a..308422c7 100644 --- a/lnrpc/rpc.proto +++ b/lnrpc/rpc.proto @@ -1253,7 +1253,7 @@ message ChannelCloseSummary { repeated Resolution resolutions = 13; } -enum ResolutionType{ +enum ResolutionType { TYPE_UNKNOWN = 0; // We resolved an anchor output.