diff --git a/content/references/rippled-api/transaction-formats/transaction-types/checkcreate.md b/content/references/rippled-api/transaction-formats/transaction-types/checkcreate.md index f16d29d3c0..b15939d78d 100644 --- a/content/references/rippled-api/transaction-formats/transaction-types/checkcreate.md +++ b/content/references/rippled-api/transaction-formats/transaction-types/checkcreate.md @@ -23,9 +23,6 @@ Create a Check object in the ledger, which is a deferred payment that can be cas {% include '_snippets/tx-fields-intro.md' %} - -In addition to the [common fields](transaction-common-fields.html), a CheckCreate transaction has the following: - | Field | JSON Type | [Internal Type][] | Description | |:-----------------|:--------------------|:------------------|:----------------| | `Destination` | String | Account | The unique address of the [account](accounts.html) that can cash the Check. |