From 2b05359493c8bdd8918bbd3663d38d1a4cf3a874 Mon Sep 17 00:00:00 2001 From: Mike Milano Date: Mon, 18 Jun 2018 00:07:11 -0700 Subject: [PATCH] Removed duplicate message from checkcreate.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/checkcreate.md | 3 --- 1 file changed, 3 deletions(-) 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. |