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
The balance deduction from message fees is not consistent and should be further evaluated for other additional issues.
Version
1.19
Steps to Reproduce
The following deducts 100000006144nhash. Where is the extra 6144 coming from? chain tx exchange create-payment --from $VALIDATOR --source-amount 1nhash --target $MATT --target-amount 0nhash --external-id 12 --gas 81000 --gas-prices 0nhash -y --fees 100000000000nhash | chain q wait-tx
The same transaction is then done with a higher message fee, and only 199999995904nhash is deducted. Why is it now underpaying 4096? chain tx exchange create-payment --from $VALIDATOR --source-amount 1nhash --target $MATT --target-amount 0nhash --external-id 17 --gas 81000 --gas-prices 0nhash -y --fees 200000000000nhash | chain q wait-tx
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
The balance deduction from message fees is not consistent and should be further evaluated for other additional issues.
Version
1.19
Steps to Reproduce
The following deducts 100000006144nhash. Where is the extra 6144 coming from?
chain tx exchange create-payment --from $VALIDATOR --source-amount 1nhash --target $MATT --target-amount 0nhash --external-id 12 --gas 81000 --gas-prices 0nhash -y --fees 100000000000nhash | chain q wait-tx
The same transaction is then done with a higher message fee, and only 199999995904nhash is deducted. Why is it now underpaying 4096?
chain tx exchange create-payment --from $VALIDATOR --source-amount 1nhash --target $MATT --target-amount 0nhash --external-id 17 --gas 81000 --gas-prices 0nhash -y --fees 200000000000nhash | chain q wait-tx
For Admin Use
The text was updated successfully, but these errors were encountered: