aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-25943.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release-notes-25943.md')
-rw-r--r--doc/release-notes-25943.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes-25943.md b/doc/release-notes-25943.md
new file mode 100644
index 0000000000..81b0a48b5d
--- /dev/null
+++ b/doc/release-notes-25943.md
@@ -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.
+