aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-25943.md
blob: 81b0a48b5d3b55c65783f1828f94c55ba7a4c6fb (plain)
1
2
3
4
New RPC Argument
--------
- `sendrawtransaction` has a new, optional argument, `maxburnamount` with a default value of `0`. Any transaction containing an unspendable output with a value greater than `maxburnamount` will not be submitted. At present, the outputs deemed unspendable are those with scripts that begin with an `OP_RETURN` code (known as 'datacarriers'), scripts that exceed the maximum script size, and scripts that contain invalid opcodes.