Make small wording change for reward-stats

This commit is contained in:
hunicus 2022-05-19 12:21:41 -04:00
parent dae9af7864
commit 5e5ff91280
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9

View File

@ -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 <code>:blockCount</code> blocks."
default: "Returns block reward and total transactions confirmed for the past <code>:blockCount</code> blocks."
},
urlString: "/v1/mining/reward-stats/:blockCount",
showConditions: bitcoinNetworks,