From 0227aaab1f030307f94e41dc61724c2e27854380 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Thu, 11 Feb 2021 15:06:12 +0100 Subject: [PATCH] lnrpc: format protos --- lnrpc/routerrpc/router.proto | 6 +++--- lnrpc/routerrpc/router.swagger.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lnrpc/routerrpc/router.proto b/lnrpc/routerrpc/router.proto index 5a5830d0..c3412073 100644 --- a/lnrpc/routerrpc/router.proto +++ b/lnrpc/routerrpc/router.proto @@ -399,9 +399,9 @@ message MissionControlConfig { uint64 half_life_seconds = 1; /* - The probability of success mission control should assign to hop in a route - where it has no other information available. Higher values will make mission - control more willing to try hops that we have no information about, lower + The probability of success mission control should assign to hop in a route + where it has no other information available. Higher values will make mission + control more willing to try hops that we have no information about, lower values will discourage trying these hops. */ float hop_probability = 2; diff --git a/lnrpc/routerrpc/router.swagger.json b/lnrpc/routerrpc/router.swagger.json index a2218c5b..3257260a 100644 --- a/lnrpc/routerrpc/router.swagger.json +++ b/lnrpc/routerrpc/router.swagger.json @@ -1114,7 +1114,7 @@ "hop_probability": { "type": "number", "format": "float", - "description": "The probability of success mission control should assign to hop in a route \nwhere it has no other information available. Higher values will make mission \ncontrol more willing to try hops that we have no information about, lower \nvalues will discourage trying these hops." + "description": "The probability of success mission control should assign to hop in a route\nwhere it has no other information available. Higher values will make mission\ncontrol more willing to try hops that we have no information about, lower\nvalues will discourage trying these hops." }, "weight": { "type": "number",