mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 11:08:05 +01:00
Code formatting
Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com>
This commit is contained in:
parent
0a143d3969
commit
82198302cd
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ break;
|
||||||
</pre>
|
</pre>
|
||||||
This implementation is inspired by the original implementation of OP_CAT as shown below. An alternative implementation of OP_CAT can be found in Elements <ref>Roose S., Elements Project, "Re-enable several disabled opcodes", 2019, https://github.com/ElementsProject/elements/commit/13e1103abe3e328c5a4e2039b51a546f8be6c60a#diff-a0337ffd7259e8c7c9a7786d6dbd420c80abfa1afdb34ebae3261109d9ae3c19R740-R759</ref>.
|
This implementation is inspired by the original implementation of OP_CAT as shown below. An alternative implementation of OP_CAT can be found in Elements <ref>Roose S., Elements Project, "Re-enable several disabled opcodes", 2019, https://github.com/ElementsProject/elements/commit/13e1103abe3e328c5a4e2039b51a546f8be6c60a#diff-a0337ffd7259e8c7c9a7786d6dbd420c80abfa1afdb34ebae3261109d9ae3c19R740-R759</ref>.
|
||||||
|
|
||||||
The value of MAX_SCRIPT_ELEMENT_SIZE is 520 Bytes
|
The value of <code>MAX_SCRIPT_ELEMENT_SIZE</code> is 520.
|
||||||
|
|
||||||
==Notes==
|
==Notes==
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue