We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
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
The text was updated successfully, but these errors were encountered:
This issue was resolved on latest release as well, can you check and close the ticket after confirmation @MrLutik
Sorry, something went wrong.
No branches or pull requests
Usage:
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
The text was updated successfully, but these errors were encountered: