Fix typo in API documentation for /api/block/:hash/raw method

This commit is contained in:
wiz 2021-04-09 21:58:24 +09:00
parent 2016d4bca6
commit 68be897379
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -105,7 +105,7 @@
<td i18n>Returns the transaction at index <code>:index</code> within the specified block.</td>
</tr>
<tr>
<td class="nowrap"><a href="{{ network.val === '' ? '' : '/' + network.val }}/api/block/000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce/raw" target="_blank">GET {{ network.val === '' ? '' : '/' + network.val }}/api/block/:hash/txid/raw</a></td>
<td class="nowrap"><a href="{{ network.val === '' ? '' : '/' + network.val }}/api/block/000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce/raw" target="_blank">GET {{ network.val === '' ? '' : '/' + network.val }}/api/block/:hash/raw</a></td>
<td i18n>Returns the raw block representation in binary.</td>
</tr>
<tr>