From 5f96ab3d4c23d6b37bce6fb97a75a8a3fa6c4ee0 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.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index 9efb6cbabbdac2..a2b23686c65d7e 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -99,6 +99,10 @@ Low-level Changes section below. `-limitancestorcount`, `-limitdescendantcount` and `-walletrejectlongchains` command line arguments. +* 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. + Low-level changes =================