From 7dee8f48088c75ab0e51be60679505f8ce570919 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Fri, 13 Sep 2019 22:31:11 +0300 Subject: [wallet] Rename 'decode' argument in gettransaction method to 'verbose' This makes the RPC method consistent with other RPC methods that have a 'verbose' option. Change the name of the return object from 'decoded' to details. Update help text. --- doc/release-notes-16185.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/release-notes-16185.md') diff --git a/doc/release-notes-16185.md b/doc/release-notes-16185.md index eeeb951e5b..14e4004f72 100644 --- a/doc/release-notes-16185.md +++ b/doc/release-notes-16185.md @@ -1,3 +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. +The `gettransaction` RPC now accepts a third (boolean) argument `verbose`. If set to `true`, a new `details` field will be added to the response containing additional transaction details. -- cgit v1.2.3