Skip to content

Commit 4c638b3

Browse files
authored
Merge pull request bitcoin#164 from OrfeasLitos/neither-instead-of-both
Replace "both are not" with "neither is"
2 parents 075823b + 7ec4ce9 commit 4c638b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-taproot.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ As the message for signature verification, transaction digest is ''hash<sub>TapS
123123
*** <code>sha_prevouts</code> (32): the SHA256 of the serialization of all input outpoints.
124124
*** <code>sha_amounts</code> (32): the SHA256 of the serialization of all input amounts.
125125
*** <code>sha_sequences</code> (32): the SHA256 of the serialization of all input <code>nSequence</code>.
126-
** If both the <code>SIGHASH_NONE</code> and <code>SIGHASH_SINGLE</code> flags are not set:
126+
** If neither the <code>SIGHASH_NONE</code> nor the <code>SIGHASH_SINGLE</code> flag is set:
127127
*** <code>sha_outputs</code> (32): the SHA256 of the serialization of all outputs in <code>CTxOut</code> format.
128128
* Data about this input:
129129
** <code>spend_type</code> (1):

0 commit comments

Comments
 (0)