diff --git a/bip-0322.mediawiki b/bip-0322.mediawiki
index 298da1b0..c448740e 100644
--- a/bip-0322.mediawiki
+++ b/bip-0322.mediawiki
@@ -249,7 +249,7 @@ Validation consists of the following steps:
## Confirm that the two transactions together satisfy all consensus rules, except for to_spend's missing input, and except that ''nSequence'' of to_sign's first input and ''nLockTime'' of to_sign are not checked.
# (Optional) If the validator does not have a full script interpreter, it should check that it understands all scripts being satisfied. If not, it should stop here and output ''inconclusive''.
# Check the '''required rules''':
-## All signatures must use the SIGHASH_ALL flag.
+## All signatures must use the SIGHASH_ALL (or SIGHASH_DEFAULT for [[bip-0341.mediawiki|BIP341 P2TR]] inputs) flag.
## The use of CODESEPARATOR or FindAndDelete is forbidden.
## LOW_S, STRICTENC and NULLFAIL: valid ECDSA signatures must be strictly DER-encoded and have a low-S value; invalid ECDSA signature must be the empty push
## MINIMALDATA: all pushes must be minimally encoded