docs: fix typo in sendmany spec

This commit is contained in:
Rene Vergara 2024-09-14 08:56:15 -05:00
parent 4aad9cb57f
commit f4f149d6a2
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

@ -737,7 +737,6 @@
"schema": { "schema": {
"type": "array", "type": "array",
"items": { "$ref": "#/components/schemas/TxRequest"} "items": { "$ref": "#/components/schemas/TxRequest"}
}
} }
} }
}, },