mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-24 23:38:54 +01:00
Fixes typo
Co-authored-by: kallewoof <kalle.alm@gmail.com>
This commit is contained in:
parent
83ca57f222
commit
f1169dd1fc
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ For instance a script which pushed an 1 Byte value on the stack then repeated th
|
|||
|
||||
==Specification==
|
||||
|
||||
OP_CAT pops two elements of the stack, concatenates them together in stack order and pushes the resultant 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.
|
||||
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
|
||||
<pre>
|
||||
|
|
Loading…
Add table
Reference in a new issue