Skip to content

Commit

Permalink
xpay: fix description of description of bias
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Jan 22, 2025
1 parent e973815 commit b6be7fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contrib/msggen/msggen/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@
"description": {
"type": "string",
"description": [
"The bias (-100 to +100)"
"Description/annotation to display in askrene-listlayers(7)"
]
}
}
Expand Down Expand Up @@ -1208,7 +1208,7 @@
"description": {
"type": "string",
"description": [
"The bias (-100 to +100)"
"Description/annotation for the bias"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion doc/schemas/lightning-askrene-create-layer.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"description": {
"type": "string",
"description": [
"The bias (-100 to +100)"
"Description/annotation to display in askrene-listlayers(7)"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion doc/schemas/lightning-askrene-listlayers.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"description": {
"type": "string",
"description": [
"The bias (-100 to +100)"
"Description/annotation for the bias"
]
}
}
Expand Down

0 comments on commit b6be7fa

Please sign in to comment.