aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordarosior <[email protected]>2019-06-13 00:30:15 +0200
committerdarosior <[email protected]>2019-08-30 11:40:40 +0200
commit9965940e35c445ccded55510348af228ff22f0e9 (patch)
tree05d9eecd8ef59b9c4e8d977e45be45f57aaaf0b2
parenttests: Add a new functional test for gettransaction (diff)
downloaddiscoin-9965940e35c445ccded55510348af228ff22f0e9.tar.xz
discoin-9965940e35c445ccded55510348af228ff22f0e9.zip
doc: Add release note for the new gettransaction argument
-rw-r--r--doc/release-notes-16185.md3
1 files changed, 3 insertions, 0 deletions
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.