lnrpc: format protos

This commit is contained in:
Johan T. Halseth 2021-02-11 15:06:12 +01:00
parent 3ad8b86bac
commit 0227aaab1f
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26
2 changed files with 4 additions and 4 deletions

@ -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;

@ -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",