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
Describe the Bug
it looks to me the ethereum tx cosmos logs are buggy.
According to the logs, net balances change would be
zeta1nlflyqcp5qfty97e8ppgndjhn2z7a094q9mgty +0.4zeta
zeta1futgfg5wx06zeh6s4wtw9xnsnctjf8nrcvu9sr -0.4zeta
while in fact ethereum tx receipt shows 0.2 zeta is transfered.
The actual balance change agrees with the ethereum tx receipt but not the cosmos logs.
Describe the Bug
it looks to me the ethereum tx cosmos logs are buggy.
According to the logs, net balances change would be
zeta1nlflyqcp5qfty97e8ppgndjhn2z7a094q9mgty +0.4zeta
zeta1futgfg5wx06zeh6s4wtw9xnsnctjf8nrcvu9sr -0.4zeta
while in fact ethereum tx receipt shows 0.2 zeta is transfered.
The actual balance change agrees with the ethereum tx receipt but not the cosmos logs.
Looks like the ethermint module MsgEthereumTx hanlder emits duplicate logs, but it did not actually sent duplicate coins.
To Reproduce
Use metamask to send some zeta to another address. Look at the cosmos logs in the tx.
Expected Behavior
The cosmos logs coin received should be the same as actual balance change.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
N/A
The text was updated successfully, but these errors were encountered: