Merge pull request #421 from mikemilano/patch-8

Removed duplicate field intro in checkcancel.md
This commit is contained in:
Rome Reginelli
2018-06-20 15:17:58 -07:00
committed by GitHub

View File

@@ -19,9 +19,6 @@ Cancels an unredeemed Check, removing it from the ledger without sending any mon
{% include '_snippets/tx-fields-intro.md' %}
<!--{# fix md highlighting_ #}-->
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. |