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.
This commit is contained in:
Mike Milano
2018-06-18 00:07:11 -07:00
committed by GitHub
parent 3cca172e0e
commit 2b05359493

View File

@@ -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' %} {% include '_snippets/tx-fields-intro.md' %}
<!--{# fix md highlighting_ #}--> <!--{# fix md highlighting_ #}-->
In addition to the [common fields](transaction-common-fields.html), a CheckCreate transaction has the following:
| Field | JSON Type | [Internal Type][] | Description | | Field | JSON Type | [Internal Type][] | Description |
|:-----------------|:--------------------|:------------------|:----------------| |:-----------------|:--------------------|:------------------|:----------------|
| `Destination` | String | Account | The unique address of the [account](accounts.html) that can cash the Check. | | `Destination` | String | Account | The unique address of the [account](accounts.html) that can cash the Check. |