KiraCore / sekai

backend - blockchain application
Other
18 stars 17 forks source link

Usage example differs from what is expected as input #644

Open MrLutik opened 5 months ago

MrLutik commented 5 months ago

Usage:

Usage:
  sekaid tx bank send [from_key_or_address] [to_address] [amount] [flags]

Command:

sekaid tx bank send  genesis  test143q8vxpvuykt9pq50e6hng9s38vmy84403p4rl 10000000utest --from genesis --fees 100utest --chain-id testnet-1 --home /sekai --keyring-backend test  -o json --dry-run

Return:

Error: a valid bech32 address must be provided in simulation mode: decoding bech32 failed: invalid bech32 string length 7

Sekai expects input(address instead of key):

sekaid tx bank send  test1uk0jmp6q8c3dyzase32l30vum0fsp6mxqzkptg  test143q8vxpvuykt9pq50e6hng9s38vmy84403p4rl 10000000utest --from genesis --fees 100utest --chain-id testnet-1 --home /sekai --keyring-backend test  -o json --dry-run
kiragpg commented 4 months ago

This issue was resolved on latest release as well, can you check and close the ticket after confirmation @MrLutik