Skip to content

Commit e36093c

Browse files
Improve wording
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
1 parent 34a55a6 commit e36093c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/query/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub enum QueryRequest<C> {
6767

6868
/// Queries the chain using a grpc query.
6969
/// This allows to query information that is not exposed in our API.
70-
/// The chain needs to whitelist the supported queries.
70+
/// The chain needs to allowlist the supported queries.
7171
/// The drawback of this query is that you have to handle the protobuf encoding and decoding yourself.
7272
///
7373
/// The returned data is protobuf encoded. The protobuf type depends on the query.

0 commit comments

Comments
 (0)