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
Every time that the relayer is restarted with docker stop relayer and docker start relayer a new channel is created. The same channel should be used.
docker stop relayer
docker start relayer
1.16.0
docker stop relayer docker start relayer provenanced -t --home ./build/ibc0-0 q ibc channel channels
provenanced -t --home ./build/ibc0-0 q ibc channel channels
The text was updated successfully, but these errors were encountered:
Taztingo
Successfully merging a pull request may close this issue.
Summary of Bug
Every time that the relayer is restarted with
docker stop relayer
anddocker start relayer
a new channel is created. The same channel should be used.Version
1.16.0
Steps to Reproduce
docker stop relayer
docker start relayer
provenanced -t --home ./build/ibc0-0 q ibc channel channels
For Admin Use
The text was updated successfully, but these errors were encountered: