diff options
author | darosior <darosior@protonmail.com> | 2019-06-13 00:30:15 +0200 |
---|---|---|
committer | darosior <darosior@protonmail.com> | 2019-08-30 11:40:40 +0200 |
commit | 9965940e35c445ccded55510348af228ff22f0e9 (patch) | |
tree | 05d9eecd8ef59b9c4e8d977e45be45f57aaaf0b2 /doc | |
parent | b8b3f0435a2837d3897e9e232ef6ca839ce74eb8 (diff) |
doc: Add release note for the new gettransaction argument
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-16185.md | 3 |
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 0000000000..eeeb951e5b --- /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. |