Merge pull request #423 from mikemilano/patch-10

Removed duplicate message from checkcreate.md
This commit is contained in:
Rome Reginelli
2018-06-20 15:17:51 -07:00
committed by GitHub

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. |