Merge pull request #4465 from yyforyongyu/fix-make-rpc-format

trivial: fix make rpc-format
This commit is contained in:
Carla Kirk-Cohen
2020-07-14 18:05:35 +02:00
committed by GitHub

View File

@@ -1253,7 +1253,7 @@ message ChannelCloseSummary {
repeated Resolution resolutions = 13; repeated Resolution resolutions = 13;
} }
enum ResolutionType{ enum ResolutionType {
TYPE_UNKNOWN = 0; TYPE_UNKNOWN = 0;
// We resolved an anchor output. // We resolved an anchor output.