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

error decoding address (tb1qxxx): invalid incomplete group #427

Open
bensideone opened this issue Nov 13, 2024 · 1 comment
Open

error decoding address (tb1qxxx): invalid incomplete group #427

bensideone opened this issue Nov 13, 2024 · 1 comment

Comments

@bensideone
Copy link

When I do an ibc cross-chain transfer, I receive the use of the native segwit address (tb1q...) and the interface returns an error message

https://rest.testcosmos.directory/nobletestnet/cosmos/tx/v1beta1/txs
{
"tx_response": {
"height": "0",
"txhash": "9FB48B67451A472CCB448ECFC4D08EECBB8D3127672B1D8A2154044CC8A7F7A1",
"codespace": "undefined",
"code": 1,
"data": "",
"raw_log": "error decoding address (tb1qjqhys47xgpg5txpu6dt9f4xvr0pu9eu6dz0ynw): invalid incomplete group",
"logs": [],
"info": "",
"gas_wanted": "0",
"gas_used": "0",
"tx": null,
"timestamp": "",
"events": []
}
}

But if I use the taproot address (tb1p...) for the receiving address, the interface executes successfully, what is the reason for this?

@johnletey
Copy link
Member

@bensideone What is the address encoding type you used initially? Bech32? Bech32m?

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