babylonchain / babylon

Main repo for Babylon full node
https://babylonchain.io
Other
232 stars 164 forks source link

An error occurred when checking balance #499

Open a3165458 opened 6 months ago

a3165458 commented 6 months ago

root@vmi1659051:~# babylond q bank balances bbn16z9wvargv8etm2k8tmpppg5z57k6wwwqe50pqr

Error: rpc error: code = InvalidArgument desc = rpc error: code = InvalidArgument desc = invalid address: invalid Bech32 prefix; expected art, got bbn: invalid request

SebastianElvis commented 6 months ago

Hi, which version of Babylon are you using? bbn is supposed to be the right account prefix but the error message says the node expects something else i.e., art

a3165458 commented 6 months ago

I am using version 0.8.3 of babylon. Since I have other applications occupying port 26657, I modified the port of babylon. Babylon’s current synchronization block height and other functions are normal. Similar errors will occur when using functions such as balance query, block synchronization query (babylond status | jq .sync_info), and operations such as creating a validator.