We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa20c53 commit 633eaf3Copy full SHA for 633eaf3
docs/ERROR_HANDLING.md
@@ -64,7 +64,7 @@ case would. This has two major implications:
64
1. Application specific errors (especially those which can be triggered by
65
untrusted users) should create contract errors and no panics. This ensures
66
that error acknowledgements are written and relayer transactions don't fail.
67
-2. Using panics allow the contract developer to make the transaction fail
+2. Using panics allows the contract developer to make the transaction fail
68
without writing an acknowledgement. This can be handy e.g. for allowlisting
69
relayer addresses.
70
0 commit comments