Update docs/references/protocol/transactions/types/ledgerstatefix.md

Co-authored-by: Rome Reginelli <rome@ripple.com>
This commit is contained in:
Amarantha Kulkarni
2025-01-30 10:46:38 -08:00
committed by GitHub
parent 0b87be4836
commit 27279a3f2b

View File

@@ -29,7 +29,7 @@ labels:
| Field | Data Type | Required? | Description |
|:------|:-----------|:----------|:------------|
| `TransactionType` | uint16 | Required | Identifies this as a `LedgerStateFix` transaction. |
| `TransactionType` | UInt16 | Required | Identifies this as a `LedgerStateFix` transaction. |
| `Account` | STAccount | Required | Identifies the account signing and submitting the transaction as well as paying the Fee. |
| `Fee` | STAmount | Required | This transaction is rare and potentially compute intensive. The minimum fee is the same as the fee for an AccountDelete transaction. If the transaction fails with a tec code, the fee is still charged. |
| `Flags` | uint32 | Optional | Not needed for `LedgerFixType` == _1_. Reserved for a future type of ledger fix. |