From 88d508df2a111fe00fdd931ed3ff6d4300a76f4f Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Tue, 2 Jul 2024 16:37:48 -0500 Subject: [PATCH] fix forgotten link in rpc specfile --- openrpc/src/methods/simulateTransaction.json | 2 +- static/openrpc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openrpc/src/methods/simulateTransaction.json b/openrpc/src/methods/simulateTransaction.json index 4de4a6e43..badcd52f0 100644 --- a/openrpc/src/methods/simulateTransaction.json +++ b/openrpc/src/methods/simulateTransaction.json @@ -82,7 +82,7 @@ "properties": { "minResourceFee": { "type": "string", - "description": "Stringified number - Recommended minimum resource fee to add when submitting the `RestoreFootprint` operation. This fee is to be added on top of the [Stellar network fee](https://developers.stellar.org/docs/learn/encyclopedia/fees-surge-pricing-fee-strategies#network-fees-on-stellar)." + "description": "Stringified number - Recommended minimum resource fee to add when submitting the `RestoreFootprint` operation. This fee is to be added on top of the [Stellar network fee](https://developers.stellar.org/docs/learn/fundamentals/fees-resource-limits-metering#inclusion-fee)." }, "transactionData": { "type": "string", diff --git a/static/openrpc.json b/static/openrpc.json index 847dd8868..4541a87cb 100644 --- a/static/openrpc.json +++ b/static/openrpc.json @@ -1692,7 +1692,7 @@ "properties": { "minResourceFee": { "type": "string", - "description": "Stringified number - Recommended minimum resource fee to add when submitting the `RestoreFootprint` operation. This fee is to be added on top of the [Stellar network fee](https://developers.stellar.org/docs/learn/encyclopedia/fees-surge-pricing-fee-strategies#network-fees-on-stellar)." + "description": "Stringified number - Recommended minimum resource fee to add when submitting the `RestoreFootprint` operation. This fee is to be added on top of the [Stellar network fee](https://developers.stellar.org/docs/learn/fundamentals/fees-resource-limits-metering#inclusion-fee)." }, "transactionData": { "type": "string",