summaryrefslogtreecommitdiff
path: root/bip-taproot.mediawiki
diff options
context:
space:
mode:
authorOrfeas Litos <o.thyfronitis@ed.ac.uk>2019-11-26 12:39:34 +0000
committerPieter Wuille <pieter.wuille@gmail.com>2020-01-19 14:47:33 -0800
commit2aa865c33eeae0859132c0e86b9194ca471fa4aa (patch)
tree359cf7645471ab19080963042a269447eca4447a /bip-taproot.mediawiki
parentc7175e8005a0eb1022e68f5d96105f0cdccc6def (diff)
downloadbips-2aa865c33eeae0859132c0e86b9194ca471fa4aa.tar.xz
Replace "both are not" with "neither is"
Diffstat (limited to 'bip-taproot.mediawiki')
-rw-r--r--bip-taproot.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-taproot.mediawiki b/bip-taproot.mediawiki
index a8106fc..ea198fc 100644
--- a/bip-taproot.mediawiki
+++ b/bip-taproot.mediawiki
@@ -123,7 +123,7 @@ As the message for signature verification, transaction digest is ''hash<sub>TapS
*** <code>sha_prevouts</code> (32): the SHA256 of the serialization of all input outpoints.
*** <code>sha_amounts</code> (32): the SHA256 of the serialization of all input amounts.
*** <code>sha_sequences</code> (32): the SHA256 of the serialization of all input <code>nSequence</code>.
-** If both the <code>SIGHASH_NONE</code> and <code>SIGHASH_SINGLE</code> flags are not set:
+** If neither the <code>SIGHASH_NONE</code> nor the <code>SIGHASH_SINGLE</code> flag is set:
*** <code>sha_outputs</code> (32): the SHA256 of the serialization of all outputs in <code>CTxOut</code> format.
* Data about this input:
** <code>spend_type</code> (1):