We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1351430 commit 1e455bfCopy full SHA for 1e455bf
src/peersafe/rpc/handlers/SmartContractHandler.cpp
@@ -289,6 +289,9 @@ doEstimateGas(RPC::JsonContext& context)
289
Json::Value jvResult;
290
try
291
{
292
+ //This is a high burden interface
293
+ context.loadType = Resource::feeHighBurdenRPC;
294
+
295
Schema& appTemp = context.app;
296
Json::Value jsonParams = context.params;
297
Json::Value ethParams = jsonParams["realParams"][0u];
0 commit comments