migration: LLS in code font

This commit is contained in:
Rome Reginelli
2021-10-21 15:17:38 -07:00
committed by GitHub
parent 2b4f2bf5f0
commit b92503f66b

View File

@@ -125,7 +125,7 @@ const prepared = await client.autofill({
}) })
``` ```
Like the old prepare methods, `Client.autofill()` provides a reasonable `LastLedgerSequence` value by default. To prepare a transaction _without_ a `LastLedgerSequence` field, set "LastLedgerSequence" to the value `null`: Like the old prepare methods, `Client.autofill()` provides a reasonable `LastLedgerSequence` value by default. To prepare a transaction _without_ a `LastLedgerSequence` field, provide a `LastLedgerSequence` with the value `null`:
```js ```js
const prepared = await client.autofill({ const prepared = await client.autofill({