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
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?
The text was updated successfully, but these errors were encountered:
@bensideone What is the address encoding type you used initially? Bech32? Bech32m?
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: