aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-16185.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release-notes-16185.md')
-rw-r--r--doc/release-notes-16185.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-16185.md b/doc/release-notes-16185.md
new file mode 100644
index 0000000000..2567ebea40
--- /dev/null
+++ b/doc/release-notes-16185.md
@@ -0,0 +1,6 @@
+RPC changes
+-----------
+The `gettransaction` RPC now accepts a third (boolean) argument `verbose`. If
+set to `true`, a new `decoded` field will be added to the response containing
+the decoded transaction. This field is equivalent to RPC `decoderawtransaction`,
+or RPC `getrawtransaction` when `verbose` is passed.