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, 0 insertions, 4 deletions
diff --git a/doc/release-notes-25943.md b/doc/release-notes-25943.md
deleted file mode 100644
index 81b0a48b5d..0000000000
--- a/doc/release-notes-25943.md
+++ /dev/null
@@ -1,4 +0,0 @@
-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.
-