Skip to content

Commit

Permalink
Remove endpoint "unstable" notice
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson committed Dec 15, 2020
1 parent ac4887d commit 31b9ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub trait Client {
self.perform(commit::Request::new(height.into())).await
}

/// `/consensus_state`: get current consensus state (UNSTABLE)
/// `/consensus_state`: get current consensus state
async fn consensus_state(&self) -> Result<consensus_state::Response> {
self.perform(consensus_state::Request::new()).await
}
Expand Down

0 comments on commit 31b9ee4

Please sign in to comment.