-
Notifications
You must be signed in to change notification settings - Fork 127
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
IRISHUB-907: add tags #829
Conversation
docs/cli-client/stake/redelegate.md
Outdated
``` | ||
iriscli stake redelegate --chain-id=<chain-id> --from=<key name> --fee=0.004iris --address-validator-source=<SourceValidatorAddress> --address-validator-dest=<DestinationValidatorAddress> --shares-percent=0.1 | ||
iriscli stake redelegate --chain-id=test-chain-kvGwYI --from=fuxi --fee=0.004iris --address-validator-source=fva106nhdckyf996q69v3qdxwe6y7408pvyvfcwqmd --address-validator-dest=fva1xpqw0kq0ktt3we5gq43vjphh7xcjfy6sfqamll --shares-percent=0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use the same chain-id
such as test-irishub
in all the docs?
"recipient": "faa1893x4l2rdshytfzvfpduecpswz7qtpstpr9x4h", | ||
"sender": "faa106nhdckyf996q69v3qdxwe6y7408pvyvufy0x2" | ||
} | ||
}) | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other response should also contain [Committed at block height (tx hash: , response: ...
like this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolve the confliction
No description provided.