You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getMinimalFees calls the RPC, so it's not optimal because while connected to a node, the minimal fee value will never change. We should find a way to prevent useless call to the RPC.
Proposal 1: add a class variable to PublicApiClient and set the value when undefined and return this value when defined.
The text was updated successfully, but these errors were encountered:
getMinimalFees calls the RPC, so it's not optimal because while connected to a node, the minimal fee value will never change. We should find a way to prevent useless call to the RPC.
Proposal 1: add a class variable to PublicApiClient and set the value when undefined and return this value when defined.
The text was updated successfully, but these errors were encountered: