From 17cac2d7266888e6b6fbd3fbce070ecb234e457d Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 20 Oct 2022 08:37:56 +0000 Subject: [PATCH] grammar --- web3_proxy/src/frontend/users.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/src/frontend/users.rs b/web3_proxy/src/frontend/users.rs index 42ba85ae..92bf5f53 100644 --- a/web3_proxy/src/frontend/users.rs +++ b/web3_proxy/src/frontend/users.rs @@ -233,7 +233,7 @@ pub async fn user_login_post( .context("verifying eip191 signature against our local message") { return Err(anyhow::anyhow!( - "both the primary and eip191 verify failed: {:#?}; {:#?}", + "both the primary and eip191 verification failed: {:#?}; {:#?}", err_1, err_191 ))?;