mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-06-27 10:22:41 +00:00
Made changes to appdx-scriptops.asciidoc
This commit is contained in:
parent
e510ac0bb5
commit
3296f8b5df
@ -152,14 +152,14 @@
|
|||||||
| OP_CHECKMULTISIGVERIFY | 0xaf | Same as CHECKMULTISIG, then OP_VERIFY to halt if not TRUE
|
| OP_CHECKMULTISIGVERIFY | 0xaf | Same as CHECKMULTISIG, then OP_VERIFY to halt if not TRUE
|
||||||
|=======
|
|=======
|
||||||
|
|
||||||
<<tx_script_ops_table_nop>> shows non-operator symbols
|
<<tx_script_ops_table_nop>> shows nonoperator symbols
|
||||||
|
|
||||||
[[tx_script_ops_table_nop]]
|
[[tx_script_ops_table_nop]]
|
||||||
.Non-operators
|
.Non-operators
|
||||||
[options="header"]
|
[options="header"]
|
||||||
|=======
|
|=======
|
||||||
| Symbol | Value (hex) | Description
|
| Symbol | Value (hex) | Description
|
||||||
| OP_NOP1-OP_NOP10 | 0xb0-0xb9 | Does nothing, ignored.
|
| OP_NOP1-OP_NOP10 | 0xb0-0xb9 | Does nothing, ignored
|
||||||
|=======
|
|=======
|
||||||
|
|
||||||
<<tx_script_ops_table_internal>> shows operator codes reserved for use by the internal script parser.
|
<<tx_script_ops_table_internal>> shows operator codes reserved for use by the internal script parser.
|
||||||
|
Loading…
Reference in New Issue
Block a user