From 5b83e4419f88a2464d94659f14197f5ce8d44690 Mon Sep 17 00:00:00 2001 From: Julie Zhao Date: Fri, 13 Dec 2024 16:00:34 -0500 Subject: [PATCH] remove the clause causing confusion --- content/momentum/4/hooks/core-post-final-validation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/momentum/4/hooks/core-post-final-validation.md b/content/momentum/4/hooks/core-post-final-validation.md index 61fec6cf..0af6da8f 100644 --- a/content/momentum/4/hooks/core-post-final-validation.md +++ b/content/momentum/4/hooks/core-post-final-validation.md @@ -25,7 +25,6 @@ does not have significance for now. This hook is added as the absolute last point before writing the message to spool for delivery. It guarantees that operations implemented in this hook will happen after the operations done in `final_validation`. -No message modification is expected after this stage. To avoid undefined ordering between multiple implementations of the same hook, you shall have at most one implementation for this hook. > It's the recommended hook point for ARC signing/sealing.