Skip to content

Commit

Permalink
Update pages/reference-smart-account/signatures/checkNSignatures.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Tanay Pant <7481165+tanay1337@users.noreply.github.com>
  • Loading branch information
louis-md and tanay1337 authored Nov 20, 2024
1 parent b92d8cc commit 9928073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Tabs, Callout } from 'nextra/components'
Checks whether the signature provided is valid for the provided data and hash. Reverts otherwise.

<Callout type='info'>
Since the EIP-1271 does an external call, be mindful of re-entrancy attacks.
Since the EIP-1271 makes an external call, be mindful of re-entrancy attacks.
</Callout>

## Usage
Expand Down

0 comments on commit 9928073

Please sign in to comment.