Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 455 Bytes

release-notes-25943.md

File metadata and controls

4 lines (3 loc) · 455 Bytes

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.