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
IBC modules
ibc::mock::client_state::MockConsensusState' s root() function failed. It seems that it isn't implemented yet.
ibc::mock::client_state::MockConsensusState
root()
0.6.0
let height = Height(1, 10); let header = MockHeader::new(height); let consensus_state = MockConsensusState(header).wrap_any(); let root = consensus_state.root(); // failed
We can get the roof from MockConsensusState
The text was updated successfully, but these errors were encountered:
MockConsensusState
No branches or pull requests
Crate
IBC modules
Summary of Bug
ibc::mock::client_state::MockConsensusState
' sroot()
function failed. It seems that it isn't implemented yet.Version
0.6.0
Steps to Reproduce
Acceptance Criteria
We can get the roof from MockConsensusState
For Admin Use
The text was updated successfully, but these errors were encountered: