diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2019-11-29 11:03:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-29 11:03:54 -0500 |
commit | 4c638b38435d48797016a8eb08aae38ce3b1eaf3 (patch) | |
tree | 67bb5a0eccec004b08a67db9b0ad8f7201dbbd40 /bip-taproot.mediawiki | |
parent | 075823bdd5a17e3d5c218cad1c0454a5976b3f9b (diff) | |
parent | 7ec4ce9a8d2b8bf25249b9d372dedac049586e2a (diff) |
Merge pull request #164 from OrfeasLitos/neither-instead-of-both
Replace "both are not" with "neither is"
Diffstat (limited to 'bip-taproot.mediawiki')
-rw-r--r-- | bip-taproot.mediawiki | 2 |
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): |