From 8c7f3100e46535af4ce06fcb1ed7ad75e72401fd Mon Sep 17 00:00:00 2001 From: Ngozi Peace Okafor Date: Tue, 25 Jun 2024 16:27:16 +0100 Subject: [PATCH] Update content/sdk/10.js/00.ethers/10.v5/07.utils.md Co-authored-by: Sabrina --- content/sdk/10.js/00.ethers/10.v5/07.utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/sdk/10.js/00.ethers/10.v5/07.utils.md b/content/sdk/10.js/00.ethers/10.v5/07.utils.md index 05d340a1..85f5c56a 100644 --- a/content/sdk/10.js/00.ethers/10.v5/07.utils.md +++ b/content/sdk/10.js/00.ethers/10.v5/07.utils.md @@ -576,7 +576,7 @@ See also [`isMessageSignatureCorrect()`](/sdk/js/ethers/v5/utils#ismessagesignat ### `isEIP1271SignatureCorrect` -Called from [`isSignatureCorrect`](/sdk/js/ethers/v5/utils#ismessagesignaturecorrect) for contract account +Called from [`isSignatureCorrect`](#ismessagesignaturecorrect) for contract account addresses, the function returns true if the validation process results in the `EIP1271_MAGIC_VALUE`.