From b52ba46a5c5d6e685b0c70e2fc8be46ec59c0334 Mon Sep 17 00:00:00 2001 From: Mike Milano Date: Mon, 18 Jun 2018 00:04:43 -0700 Subject: [PATCH] Removed duplicate field intro in checkcancel.md It looks like the field intro was optimized to use a snippet, but the original intro text was left in, duplicating the field intro message. --- .../transaction-formats/transaction-types/checkcancel.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/references/rippled-api/transaction-formats/transaction-types/checkcancel.md b/content/references/rippled-api/transaction-formats/transaction-types/checkcancel.md index c73cdce8d5..63fa4d970a 100644 --- a/content/references/rippled-api/transaction-formats/transaction-types/checkcancel.md +++ b/content/references/rippled-api/transaction-formats/transaction-types/checkcancel.md @@ -19,9 +19,6 @@ Cancels an unredeemed Check, removing it from the ledger without sending any mon {% include '_snippets/tx-fields-intro.md' %} - -In addition to the [common fields](transaction-common-fields.html), a CheckCancel transaction has the following: - | Field | JSON Type | [Internal Type][] | Description | |:------------|:----------|:------------------|:-------------------------------| | `CheckID` | String | Hash256 | The ID of the [Check ledger object](check.html) to cancel, as a 64-character hexadecimal string. |