This PR fixes a few areas that use the markdown style backtick
instead of the mediawiki <code>
for variable names.
This PR also attempts to correct a potential ambguity in the description
of OP_CHECKSIGVERIFY
in the tapscript execution context.
Upon my initial reading of this section of the BIP, I thought that this
mean that OP_CEHCKSIGVERIFY
didn’t modify the stack by popping up
the element pushed on by OP_CEHCKSIG
. Instead it’s exactly the same,
as pre tapscript behavior.
In this commit, we attempt to make this clearer by removing the “without any further changes to the stack” text in the BIP. This is what led me to believe that the op code no longer modified the stack.