Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1702 committed Dec 13, 2024
1 parent 104d3f9 commit 53d245b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openrpc/src/stellar-rpc/schemas/Ledgers.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"sequence": {
"type": "number",
"description": "The sequence number of the ledger (sometimes called the "block height").",
"description": "The sequence number of the ledger (sometimes called the 'block height').",
"$ref": "#/components/schemas/LedgerSequence"
},
"ledgerCloseTime": {
Expand Down
6 changes: 3 additions & 3 deletions static/stellar-rpc.openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -871,11 +871,11 @@
"properties": {
"hash": {
"type": "string",
"description": "The ledger hash."
"description": "The hash of the ledger header which was included in the chain"
},
"sequence": {
"title": "ledgerSequence",
"description": "The sequence number of the ledger.",
"description": "The sequence number of the ledger (sometimes called the 'block height').",
"type": "number"
},
"ledgerCloseTime": {
Expand All @@ -889,7 +889,7 @@
},
"metadataXdr": {
"type": "string",
"description": "A base64 encoded string of the raw `LedgerMetadata` xdr struct for this ledger."
"description": "A base64 encoded string of the raw `LedgerCloseMeta` xdr struct for this ledger."
}
}
}
Expand Down

0 comments on commit 53d245b

Please sign in to comment.