Skip to content

Commit

Permalink
Fix broken link in decode raw transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
icook committed Apr 28, 2021
1 parent 9c3fd34 commit c29b6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _api_docs/core_decode_raw_transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Note: This method accepts both a signed or an unsigned raw transaction and will

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| transaction | string | Yes | The encoded transaction, as returned by [Create Raw Transaction](#create-raw-transaction) |
| transaction | string | Yes | The encoded transaction, as returned by [Create Raw Transaction](https://projectixian.github.io/api_docs/core_create_raw_transaction.html) |


### Output:
Expand Down

0 comments on commit c29b6a9

Please sign in to comment.