1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Adds comma

Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
This commit is contained in:
Ethan Heilman 2024-04-26 13:59:28 -04:00 committed by GitHub
parent 852502b9cf
commit c10870a390
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ This document is licensed under the 3-clause BSD license.
==Specification== ==Specification==
When evaluated the OP_CAT instruction: When evaluated, the OP_CAT instruction:
# Pops the top two values off the stack, # Pops the top two values off the stack,
# concatenates the popped values together in stack order, # concatenates the popped values together in stack order,
# and then pushes the concatenated value on the top of the stack. # and then pushes the concatenated value on the top of the stack.