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
Specifying the memo field is invalid . After broadcast the TX, and query hash, you'll find the flag of "memo" remain empty.
{ "base_tx": { "name": "v0", "password": "1234567890", "chain_id": "irishub-stage", "account_number": "0", "sequence": "3953", "gas": "50000", "fee": "0.4iris", "gas_adjustment": "1.2" }, "sender": "iaa1rulhmls7g9cjh239vnkjnw870t5urrutsfwvmc", "amount": "1iris", "memo": "abcdefdfaf" }
The text was updated successfully, but these errors were encountered:
chengwenxi
No branches or pull requests
Specifying the memo field is invalid .
After broadcast the TX, and query hash, you'll find the flag of "memo" remain empty.
{
"base_tx": {
"name": "v0",
"password": "1234567890",
"chain_id": "irishub-stage",
"account_number": "0",
"sequence": "3953",
"gas": "50000",
"fee": "0.4iris",
"gas_adjustment": "1.2"
},
"sender": "iaa1rulhmls7g9cjh239vnkjnw870t5urrutsfwvmc",
"amount": "1iris",
"memo": "abcdefdfaf"
}
The text was updated successfully, but these errors were encountered: