Skip to content

Commit dacc117

Browse files
brozorecCopilot
andauthored
Update content/stellar-contracts/accounts/policies.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6e8fba6 commit dacc117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/stellar-contracts/accounts/policies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This allows policies to:
7272
- Update counters and record timestamps
7373
- Emit events for auditing
7474

75-
For example, a spending limit policy checks that the transaction amount is within the allowed limit, deducts from the available balance, and emits an event documenting the transaction. If the limit is exceeded, the policy panics and the authorization flow moves to the next context rule.
75+
For example, a spending limit policy checks that the transaction amount is within the allowed limit, deducts from the available balance, and emits an event documenting the transaction. If the limit is exceeded, the policy panics, authorization under that context rule fails, and the transaction reverts; to try a different authorization path, the caller must explicitly select a different context rule in a new attempt.
7676

7777
### Uninstallation
7878

0 commit comments

Comments
 (0)