Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage example differs from what is expected as input #644

Open
MrLutik opened this issue Mar 21, 2024 · 1 comment
Open

Usage example differs from what is expected as input #644

MrLutik opened this issue Mar 21, 2024 · 1 comment

Comments

@MrLutik
Copy link
Collaborator

MrLutik commented Mar 21, 2024

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
Copy link
Contributor

kiragpg commented Apr 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants