typo fixes found by @niftynei

Also, put the "added" lines in the request schemas for new commands:
this doesn't do anything (yet?) but it keeps `make schema-added-check` happy.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2023-01-30 16:54:18 +10:30
committed by Alex Myers
parent 259dd2a652
commit fea73680d7
5 changed files with 6 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
"required": [
"query"
],
"added": "v23.02",
"properties": {
"query": {
"type": "string"