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
Note that this is not related to any difference of actual funds. The GRPC query is simply retrieving the balance incorrectly by using StateDB.GetAccount instead of the bank balance query.
Description
Transfer between regular base account and an account made from a Wasm contract
Steps to Reproduce
nibid tx bank send \ nibi1zaavvzxez0elundtn32qnk9lkm8kmcsz44g7xl \ nibi14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9ssa9gcs \ 1000000unibi \ --gas auto \ --gas-adjustment 1.5 \ --gas-prices 0.025unibi \ --yes | jq
The EVM account should have the same balance as the bank balance.
The text was updated successfully, but these errors were encountered: