KiraCore / sekai

backend - blockchain application
Other
18 stars 17 forks source link

Changing default prefix leads to inability to broadcast proposals. #646

Open MrLutik opened 6 months ago

MrLutik commented 6 months ago

The network was initialized with non default prefix ~test. The token was set utest. IN:

sekaid tx customgov proposal vote 1 1 --from=test13qrexgdf9erqdn89cx8tu24ymghyv3g8m0dzr4 --chain-id=testnet-1 --keyring-backend=test  --fees=100ukex --yes --log_format=json --broadcast-mode=async --output=json --dry-run

OUT:

Error: a valid bech32 address must be provided in simulation mode: invalid Bech32 prefix; expected kira, got test
kiragpg commented 5 months ago

@MrLutik if the issue's resolved with latest release, can you close the ticket?