diff --git a/openrpc/src/stellar-rpc/contentDescriptors/EndLedger.json b/openrpc/src/stellar-rpc/contentDescriptors/EndLedger.json deleted file mode 100644 index 78562739a..000000000 --- a/openrpc/src/stellar-rpc/contentDescriptors/EndLedger.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "EndLedger": { - "name": "endLedger", - "summary": "ledger represents the end of search window", - "description": "Ledger sequence number represents the end of search window (exclusive). If a cursor is included in the request, `endLedger` must be omitted.", - "required": false, - "schema": { - "$ref": "#/components/schemas/LedgerSequence" - } - } -} diff --git a/openrpc/src/stellar-rpc/methods/getEvents.json b/openrpc/src/stellar-rpc/methods/getEvents.json index 3fa57941c..256357b2e 100644 --- a/openrpc/src/stellar-rpc/methods/getEvents.json +++ b/openrpc/src/stellar-rpc/methods/getEvents.json @@ -10,9 +10,6 @@ { "$ref": "#/components/contentDescriptors/StartLedger" }, - { - "$ref": "#/components/contentDescriptors/EndLedger" - }, { "$ref": "#/components/contentDescriptors/EventFilters" },