From 5e5ff91280bcc39e1988d2215dddc04c07109299 Mon Sep 17 00:00:00 2001
From: hunicus <93150691+hunicus@users.noreply.github.com>
Date: Thu, 19 May 2022 12:21:41 -0400
Subject: [PATCH] Make small wording change for reward-stats
---
frontend/src/app/docs/api-docs/api-docs-data.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/src/app/docs/api-docs/api-docs-data.ts b/frontend/src/app/docs/api-docs/api-docs-data.ts
index f3c24b7f5..ff57aeb82 100644
--- a/frontend/src/app/docs/api-docs/api-docs-data.ts
+++ b/frontend/src/app/docs/api-docs/api-docs-data.ts
@@ -3754,7 +3754,7 @@ export const restApiDocsData = [
fragment: "get-reward-stats",
title: "GET Reward Stats",
description: {
- default: "Returns block reward and total transactions confirmed for each of the past :blockCount
blocks."
+ default: "Returns block reward and total transactions confirmed for the past :blockCount
blocks."
},
urlString: "/v1/mining/reward-stats/:blockCount",
showConditions: bitcoinNetworks,