Removed duplicate message from checkcash.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:05:52 -07:00
committed by GitHub
parent 3cca172e0e
commit 90212e5353

View File

@@ -22,9 +22,6 @@ Since the funds for a check are not guaranteed, redeeming a Check can fail becau
{% 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 CheckCash transaction has the following:
| Field | JSON Type | [Internal Type][] | Description | | Field | JSON Type | [Internal Type][] | Description |
|:------------|:----------|:------------------|:-------------------------------| |:------------|:----------|:------------------|:-------------------------------|
| `CheckID` | String | Hash256 | The ID of the [Check ledger object](check.html) to cash, as a 64-character hexadecimal string. | | `CheckID` | String | Hash256 | The ID of the [Check ledger object](check.html) to cash, as a 64-character hexadecimal string. |