From beb5802cc6c5f28da1aeaf0f75eb59738a004fb9 Mon Sep 17 00:00:00 2001 From: Ethan Heilman Date: Fri, 15 Dec 2023 15:27:22 -0500 Subject: Adds subsection header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com> --- bip-???-cat.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-???-cat.mediawiki b/bip-???-cat.mediawiki index ec4834a..6a5c54a 100644 --- a/bip-???-cat.mediawiki +++ b/bip-???-cat.mediawiki @@ -41,7 +41,7 @@ For example, a script that pushed a 1-byte value on the stack and then repeated OP_CAT pops two elements off the stack, concatenates them together in stack order and pushes the resulting element onto the stack. Given the stack [x1,x2], where x2 is at the top of the stack, OP_CAT will push x1||x2 onto the stack. By '||' we denote concatenation. -Implementation +===Implementation===
 case OP_CAT:
 {
-- 
cgit v1.2.3