diff --git a/src/methods/simulateTransaction.json b/src/methods/simulateTransaction.json index b71cc58..0265feb 100644 --- a/src/methods/simulateTransaction.json +++ b/src/methods/simulateTransaction.json @@ -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", diff --git a/src/schemas/Event.json b/src/schemas/Event.json index 966489c..3d20849 100644 --- a/src/schemas/Event.json +++ b/src/schemas/Event.json @@ -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": {