lnrpc: format protobuf file

This commit is contained in:
carla 2020-04-03 09:09:23 +02:00
parent 184939c81a
commit 0512b39f23
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91

View File

@ -2638,9 +2638,9 @@ message ChannelGraph {
repeated ChannelEdge edges = 2;
}
enum NodeMetricType {
enum NodeMetricType {
UNKNOWN = 0;
BETWEENNESS_CENTRALITY = 1;
BETWEENNESS_CENTRALITY = 1;
}
message NodeMetricsRequest {