aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-16185.md
blob: 2567ebea4027076ff6d082db0c6b651532aa2e04 (plain)
1
2
3
4
5
6
RPC changes
-----------
The `gettransaction` RPC now accepts a third (boolean) argument `verbose`. If
set to `true`, a new `decoded` field will be added to the response containing
the decoded transaction. This field is equivalent to RPC `decoderawtransaction`,
or RPC `getrawtransaction` when `verbose` is passed.