From 68be897379abbb5295653e0520ac68c6b61b1d15 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 9 Apr 2021 21:58:24 +0900 Subject: [PATCH] Fix typo in API documentation for /api/block/:hash/raw method --- frontend/src/app/components/api-docs/api-docs.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/api-docs/api-docs.component.html b/frontend/src/app/components/api-docs/api-docs.component.html index 583f89008..306288a91 100644 --- a/frontend/src/app/components/api-docs/api-docs.component.html +++ b/frontend/src/app/components/api-docs/api-docs.component.html @@ -105,7 +105,7 @@ Returns the transaction at index :index within the specified block. - GET {{ network.val === '' ? '' : '/' + network.val }}/api/block/:hash/txid/raw + GET {{ network.val === '' ? '' : '/' + network.val }}/api/block/:hash/raw Returns the raw block representation in binary.