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
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
The description of a transaction base fee here, states that the transaction fee represents the per-operation max fee, and the fee would be multiplied per operation to arrive at total tx fee which is mis-leading, as it really represents the final total fee allowable for the tx, not per-operation.
The text was updated successfully, but these errors were encountered:
What version are you using?
master
What did you do?
Read the docs on transaction base fee here
What did you expect to see?
description of a transaction base fee here states that the fee represents the total maximum fee allowable for the transaction as a whole including all operations.
What did you see instead?
The description of a transaction base fee here, states that the transaction fee represents the
per-operation
max fee, and the fee would be multiplied per operation to arrive at total tx fee which is mis-leading, as it really represents the final total fee allowable for the tx, not per-operation.The text was updated successfully, but these errors were encountered: