diff options
author | Anthony Towns <aj@erisian.com.au> | 2019-09-25 14:02:42 +1000 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2020-01-19 14:47:33 -0800 |
commit | 7c6ee49c03a3653704857585c16ecd8dfd209ca8 (patch) | |
tree | 07f45140e9974aa10df5ec2ceec63e40db74172f | |
parent | 2202615b7ccc9799006ddea51dd575256f9b6dd6 (diff) |
typo
-rw-r--r-- | bip-tapscript.mediawiki | 2 |
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. |