mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
Add release note for PR#25943
Co-authored-by: glozow <gloriajzhao@gmail.com>
This commit is contained in:
parent
04f270b435
commit
7013da07fb
4
doc/release-notes-25943.md
Normal file
4
doc/release-notes-25943.md
Normal file
@ -0,0 +1,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.
|
||||
|
Loading…
Reference in New Issue
Block a user