From 7013da07fbcddb04abae9759767a9419ab90444c Mon Sep 17 00:00:00 2001 From: David Gumberg Date: Mon, 20 Feb 2023 11:47:20 -0700 Subject: [PATCH] Add release note for PR#25943 Co-authored-by: glozow --- doc/release-notes-25943.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/release-notes-25943.md diff --git a/doc/release-notes-25943.md b/doc/release-notes-25943.md new file mode 100644 index 00000000000..81b0a48b5d3 --- /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. +