Merge pull request #538 from ihomp/master

Fixing the link get-transaction-costs
This commit is contained in:
Rome Reginelli
2019-03-22 21:20:35 -07:00
committed by GitHub

View File

@@ -369,7 +369,7 @@ Request('Get Transaction Costs', {
method: GET,
path: "/v2/network/fees?{:query_params}",
description: "Get stats on the transaction cost.",
link: "#get-network-fees",
link: "#get-transaction-costs",
params: {
"{:query_params}": "interval=day&limit=3&descending=true"
}