From 9965940e35c445ccded55510348af228ff22f0e9 Mon Sep 17 00:00:00 2001 From: darosior Date: Thu, 13 Jun 2019 00:30:15 +0200 Subject: [PATCH] doc: Add release note for the new gettransaction argument --- doc/release-notes-16185.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/release-notes-16185.md diff --git a/doc/release-notes-16185.md b/doc/release-notes-16185.md new file mode 100644 index 000000000..eeeb951e5 --- /dev/null +++ b/doc/release-notes-16185.md @@ -0,0 +1,3 @@ +RPC changes +----------- +The `gettransaction` RPC now accepts a third (boolean) argument `decode`. If set to `true`, a new `decoded` field will be added to the response containing the decoded transaction.