Skip to content

Commit

Permalink
fix some wording issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Dec 19, 2023
1 parent 3a09f16 commit 0b7e89e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/methods/simulateTransaction.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"restorePreamble": {
"type": "object",
"description": "(optional) - It can only be present on successful simulation (i.e. no error) of `InvokeHostFunction` operations. If present, it indicates that the simulation detected expired ledger entries which need to be restored before the submission of the `InvokeHostFunction` operation. The `minResourceFee` and `transactionData` fields should be used to submit a transaction containing a `RestoreFootprint` operation.",
"description": "(optional) - It can only be present on successful simulation (i.e. no error) of `InvokeHostFunction` operations. If present, it indicates that the simulation detected archived ledger entries which need to be restored before the submission of the `InvokeHostFunction` operation. The `minResourceFee` and `transactionData` fields should be used to submit a transaction containing a `RestoreFootprint` operation.",
"properties": {
"minResourceFee": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/Event.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"$ref": "#/components/schemas/EventType"
},
"ledger": {
"description": "Stringified sequence number of the ledger in which this event was emitted.",
"description": "Sequence number of the ledger in which this event was emitted.",
"$ref": "#/components/schemas/LedgerSequence"
},
"ledgerClosedAt": {
Expand Down

0 comments on commit 0b7e89e

Please sign in to comment.