summaryrefslogtreecommitdiff
path: root/bip-tapscript.mediawiki
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2019-09-25 14:02:42 +1000
committerPieter Wuille <pieter.wuille@gmail.com>2020-01-19 14:47:33 -0800
commit7c6ee49c03a3653704857585c16ecd8dfd209ca8 (patch)
tree07f45140e9974aa10df5ec2ceec63e40db74172f /bip-tapscript.mediawiki
parent2202615b7ccc9799006ddea51dd575256f9b6dd6 (diff)
downloadbips-7c6ee49c03a3653704857585c16ecd8dfd209ca8.tar.xz
typo
Diffstat (limited to 'bip-tapscript.mediawiki')
-rw-r--r--bip-tapscript.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-tapscript.mediawiki b/bip-tapscript.mediawiki
index a40cfc8..1d3e6fa 100644
--- a/bip-tapscript.mediawiki
+++ b/bip-tapscript.mediawiki
@@ -100,7 +100,7 @@ The following rules apply to <code>OP_CHECKSIG</code>, <code>OP_CHECKSIGVERIFY</
As the message for signature opcodes signature verification, transaction digest has the same definition as in bip-taproot, except the following:
-The one-byte <code>spend_type</code> has a different value, specificially at bit 1:
+The one-byte <code>spend_type</code> has a different value, specifically at bit 1:
* Bit 0 is set if an annex is present (the original witness stack has at least two witness elements, and the first byte of the last element is <code>0x50</code>).
* Bit 1 is set.
* The other bits are unset.