@@ -93,11 +93,11 @@ serialization rules (see LNPBP-7):
9393 - ` 0x03 = TaprootScript ` : a Merkle root of the script spending path
9494 of the taproot output or a value of a tweak applied to the internal
9595 taproot key if and only if this tweak is not a self-tweak. Must be
96- followed by exatly 32 bytes (without length prefix) of the tweak
96+ followed by exactly 32 bytes (without length prefix) of the tweak
9797 data in little endinan order.
9898
9999The list of ` script_info ` variants is non-exhaustive. If a future version of
100- script info varian byte is met the deserialization of anchor data MUST fail
100+ script info variant byte is met the deserialization of anchor data MUST fail
101101with explicit error and the anchor MUST not be verified.
102102
103103If the anchor data does not match the provided script pubkey (for instance,
@@ -111,7 +111,7 @@ Anchor data contain extra information which is not required for the DBC
111111validation and represents additional proofs for non-DBC validation procedures.
112112This information is contained in ` commitment ` field of the * anchor* data
113113structure containing LNPBP-4 multi-message commitment entrypy value, used
114- for proving the absense of some specific protocol within the commitment tree.
114+ for proving the absence of some specific protocol within the commitment tree.
115115This information MAY be discarded for privacy reasons when the * anchor* data
116116are passed to a third-party with a special * conceal* procedure as described
117117in LNPBP-4 and LNPBP-9 standards.
0 commit comments