From b4d6666d3a8228fd6fc46d5bfb79ebcc6c3fc262 Mon Sep 17 00:00:00 2001 From: Jane Wang Date: Wed, 14 Feb 2024 18:51:51 -0500 Subject: [PATCH] Update description on costs --- openrpc/src/methods/simulateTransaction.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrpc/src/methods/simulateTransaction.json b/openrpc/src/methods/simulateTransaction.json index 223d9250..121a4bb1 100644 --- a/openrpc/src/methods/simulateTransaction.json +++ b/openrpc/src/methods/simulateTransaction.json @@ -30,7 +30,7 @@ }, "cost": { "type": "object", - "description": "(optional) - This cost object will be deprecated as it is legacy and is no longer accurate.Please use decode transactionData XDR to retrieve the correct resources.", + "description": "(optional) - The cost object is legacy, inaccurate, and will be deprecated in future RPC releases. Please decode transactionData XDR to retrieve the correct resources.", "properties": { "cpuInsns": { "type": "string",