From 45121df6aff0bd97f56278249d677e577f39dbef Mon Sep 17 00:00:00 2001 From: Rahul Saxena Date: Thu, 15 Dec 2022 17:06:48 -0600 Subject: [PATCH] Typo --- docs/attacks/griefing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/attacks/griefing.md b/docs/attacks/griefing.md index 8c4ed604..c03dbabc 100644 --- a/docs/attacks/griefing.md +++ b/docs/attacks/griefing.md @@ -1,4 +1,4 @@ -This attack may be possible on a contract which accepts generic data and uses it to make a call +This attack may be possible on a contract which accepts generic data and uses it to make a call to another contract (a 'sub-call') via the low level `address.call()` function, as is often the case with multisignature and transaction relayer contracts.