This commit is contained in:
Bryan Stitt 2022-10-20 08:37:56 +00:00
parent c2f648626d
commit 17cac2d726

View File

@ -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
))?;