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
query client consensus command fails
master
issue the command against the network setup by go relayer:
$ cargo run --bin relayer -- -c simple_config.toml query client consensus ibc0 ibconeclient 23 Finished dev [unoptimized + debuginfo] target(s) in 0.19s Running `target/debug/relayer -c simple_config.toml query client consensus ibc0 ibconeclient 23` Options QueryClientConsensusOptions { client_id: ClientId("ibconeclient"), consensus_height: 23, height: 0, proof: true } client consensus state query error: Error(Context { kind: Query, source: Some(Error(Context { kind: EmptyResponseValue, source: None, backtrace: Some( 0: backtrace::backtrace::libunwind::trace ...
The text was updated successfully, but these errors were encountered:
ancazamfir
Successfully merging a pull request may close this issue.
Summary of Bug
query client consensus command fails
Version
master
Steps to Reproduce
issue the command against the network setup by go relayer:
For Admin Use
The text was updated successfully, but these errors were encountered: