Skip to content

Commit b93b3c3

Browse files
committed
update doc string
1 parent dda0187 commit b93b3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibc-core/ics02-client/context/src/consensus_state.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub trait ConsensusState: Send + Sync + ConsensusStateDecoder {
2424
/// The timestamp of the consensus state
2525
fn timestamp(&self) -> Timestamp;
2626

27-
/// Serializes the `ConsensusState`.
27+
/// Protobuf encoded bytes of the [`Any`] formatted [`ConsensusState`].
2828
fn encode_vec(self) -> Vec<u8> {
2929
self.into().to_vec()
3030
}

0 commit comments

Comments
 (0)