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
A Namada transaction might consume more fees than a user expects. For this reason we should display transaction fees in normal mode. Transaction fees are computed as WrapperTx::fee.amount_per_gas_unit * WrapperTx::gas_limit. Please find attached the test vectors and debug vectors with transaction fees displayed in normal mode: testdbgs (copy 1).txt.gz and testvecs(1).json .
The text was updated successfully, but these errors were encountered:
A Namada transaction might consume more fees than a user expects. For this reason we should display transaction fees in normal mode. Transaction fees are computed as
WrapperTx::fee.amount_per_gas_unit * WrapperTx::gas_limit
. Please find attached the test vectors and debug vectors with transaction fees displayed in normal mode: testdbgs (copy 1).txt.gz and testvecs(1).json .The text was updated successfully, but these errors were encountered: