Fix typo in OpenRPC

This commit is contained in:
Rene Vergara 2024-08-08 09:22:37 -05:00
parent 2dfb11dc0f
commit d1789b634e
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

@ -248,7 +248,7 @@
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/UserTx"
"$ref": "#/components/schemas/ZcashNote"
}
}
}