aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Gumberg <davidzgumberg@gmail.com>2023-02-20 11:47:20 -0700
committerDavid Gumberg <davidzgumberg@gmail.com>2023-02-20 11:47:20 -0700
commit7013da07fbcddb04abae9759767a9419ab90444c (patch)
tree9de6605a14f8e45d835084f52ce405711604d29e /doc
parent04f270b4358417fc2827b9f91717816062b1864e (diff)
downloadbitcoin-7013da07fbcddb04abae9759767a9419ab90444c.tar.xz
Add release note for PR#25943
Co-authored-by: glozow <gloriajzhao@gmail.com>
Diffstat (limited to 'doc')
-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.
+