Skip to content

Commit 1d0cd19

Browse files
committed
suggestions
1 parent 304d29a commit 1d0cd19

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

ecosystem/sep-0057.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -731,9 +731,8 @@ implementations MUST:
731731
Without both checks, an attacker could call a state-update hook directly with a
732732
`token` they do not control and corrupt that token's per-module state (e.g.,
733733
transfer counters, holding-period trackers). Read-only hooks (`can_transfer`,
734-
`can_create`) cannot corrupt state, but implementations SHOULD apply the same
735-
checks for consistency and to avoid leaking module-internal decisions to
736-
untrusted callers.
734+
`can_create`) cannot corrupt state, but implementations may apply the same
735+
checks for consistency.
737736

738737
#### Hook-Based Architecture
739738

0 commit comments

Comments
 (0)