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
In RPC 0.8, the INSUFFICIENT_MAX_FEE error is renamed to INSUFFICIENT_RESOURCES_FOR_VALIDATE with an updated message:
• Old: "Max fee is smaller than the minimal transaction cost (validation plus fee transfer)"
• New: "The transaction’s resources don’t cover validation or the minimal transaction fee."
See spec PR
For RPC 0.7, keep the error as INSUFFICIENT_MAX_FEE.
The text was updated successfully, but these errors were encountered:
In RPC 0.8, the INSUFFICIENT_MAX_FEE error is renamed to INSUFFICIENT_RESOURCES_FOR_VALIDATE with an updated message:
• Old: "Max fee is smaller than the minimal transaction cost (validation plus fee transfer)"
• New: "The transaction’s resources don’t cover validation or the minimal transaction fee."
See spec PR
For RPC 0.7, keep the error as INSUFFICIENT_MAX_FEE.
The text was updated successfully, but these errors were encountered: