mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
Removed duplicate field intro in checkcancel.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:
@@ -19,9 +19,6 @@ Cancels an unredeemed Check, removing it from the ledger without sending any mon
|
|||||||
{% 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 CheckCancel 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 cancel, as a 64-character hexadecimal string. |
|
| `CheckID` | String | Hash256 | The ID of the [Check ledger object](check.html) to cancel, as a 64-character hexadecimal string. |
|
||||||
|
|||||||
Reference in New Issue
Block a user