From 8414c12343307cd55cbd750e21feabe691c3fb07 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:56:34 -0600 Subject: [PATCH] Update blog/features/replica-signed-queries.md Co-authored-by: Shuo Wang --- blog/features/replica-signed-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/features/replica-signed-queries.md b/blog/features/replica-signed-queries.md index e6b70051ce..6e1c33e832 100644 --- a/blog/features/replica-signed-queries.md +++ b/blog/features/replica-signed-queries.md @@ -79,7 +79,7 @@ Rejected { } ``` -Query response verification is one via agents, such as agent-rs and agent-js, and other agents developed by members of the IC community. Agents now introduce a new `AgentError` type that indicates a verification failure. +Query response verification is done via agents, such as agent-rs and agent-js, and other agents developed by members of the IC community. Agents now introduce a new `AgentError` type that indicates a verification failure. Replica signed queries are supported in agent-rs [versions v0.30.0](https://github.com/dfinity/agent-rs/releases) and newer.