mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix OP_RETURN misconception
Satoshis sent to an OP_RETURN-using output are simply unspendable; they do not go to mining fees.
This commit is contained in:
parent
0e4514c72d
commit
4010c0228d
1 changed files with 1 additions and 3 deletions
|
@ -47,9 +47,7 @@ The op codes used in standard transactions are,
|
||||||
error in the Bitcoin Core implementation. This value is not used, so
|
error in the Bitcoin Core implementation. This value is not used, so
|
||||||
scriptSigs prefix the signatures with a single OP_0 (0x00).
|
scriptSigs prefix the signatures with a single OP_0 (0x00).
|
||||||
|
|
||||||
* [`OP_RETURN`][op_return]{:#term-op-return}{:.term} terminates the script in failure,
|
* [`OP_RETURN`][op_return]{:#term-op-return}{:.term} fails the script immediately when executed.
|
||||||
rendering the output unspendable and allowing a miner to claim the
|
|
||||||
satoshis sent to that OP_RETURN output as an additional transaction fee.
|
|
||||||
|
|
||||||
A complete list of OP codes can be found on the Bitcoin Wiki [Script
|
A complete list of OP codes can be found on the Bitcoin Wiki [Script
|
||||||
Page][wiki script], with an authoritative list in the `opcodetype` enum
|
Page][wiki script], with an authoritative list in the `opcodetype` enum
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue