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 process of debug #6, after we run command oraid tx evm set-mapping-evm <pubkey>, the tx mapping evm-cosmos address successfully but when we query evm balance mapped with that cosmos address, the result is 0x0.
The text was updated successfully, but these errors were encountered:
The flow of query evm balance is that we query the balance of the cosmos address which is mapped with evm address by bank module and denom is EvmDenom (in our case is aorai).
In file app.go, we instantiate app.evmKeeper with bank keeper param is normal bank keeper (app.bankKeeper)
That why this bank keeper will return balance 0x0.
In process of debug #6, after we run command
oraid tx evm set-mapping-evm <pubkey>
, the tx mapping evm-cosmos address successfully but when we query evm balance mapped with that cosmos address, the result is 0x0.The text was updated successfully, but these errors were encountered: