From a95491ac24a22c3d7ce03e9c6d380bebe91d33fa Mon Sep 17 00:00:00 2001 From: Erwan Or Date: Tue, 30 Apr 2024 21:18:59 -0400 Subject: [PATCH] penumbra-proto: fix comments on `StateReadProto` nv methods --- crates/proto/src/state/read.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/proto/src/state/read.rs b/crates/proto/src/state/read.rs index 7f6a45e773..1cea6b972f 100644 --- a/crates/proto/src/state/read.rs +++ b/crates/proto/src/state/read.rs @@ -80,7 +80,7 @@ pub trait StateReadProto: StateRead + Send + Sync { })) } - /// Retrieve all values for keys matching a prefix from consensus-critical state, as domain types. + /// Retrieve all values for keys matching a prefix from nonverifiable storage, as domain types. #[allow(clippy::type_complexity)] fn nonverifiable_prefix<'a, D>( &'a self, @@ -119,7 +119,7 @@ pub trait StateReadProto: StateRead + Send + Sync { Box::pin(o) } - /// Retrieve all values for keys matching a prefix from the verifiable key-value store, as proto types. + /// Retrieve all values for keys matching a prefix from the nonverifiable key-value store, as proto types. #[allow(clippy::type_complexity)] fn nonverifiable_prefix_proto<'a, P>( &'a self,