mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
455 B
455 B
New RPC Argument
sendrawtransactionhas a new, optional argument,maxburnamountwith a default value of0. Any transaction containing an unspendable output with a value greater thanmaxburnamountwill not be submitted. At present, the outputs deemed unspendable are those with scripts that begin with anOP_RETURNcode (known as 'datacarriers'), scripts that exceed the maximum script size, and scripts that contain invalid opcodes.