mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Update docs/references/protocol/transactions/types/ledgerstatefix.md
Co-authored-by: Rome Reginelli <rome@ripple.com>
This commit is contained in:
committed by
GitHub
parent
0b87be4836
commit
27279a3f2b
@@ -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. |
|
||||
|
||||
Reference in New Issue
Block a user