Update release-notes for transparent change restriction

Co-authored-by: Kris Nuttycombe <kris@nutty.land>
This commit is contained in:
Greg Pfeil 2023-03-29 12:49:05 -06:00 committed by Greg Pfeil
parent 1786c60677
commit 6e42aaeed6
No known key found for this signature in database
GPG Key ID: 1193ACD196ED61F2
1 changed files with 4 additions and 3 deletions

View File

@ -25,9 +25,10 @@ RPC Changes
while you should already be checking the async operation status, there are now
more cases that may trigger failure at that stage.
- The `AllowRevealedRecipients` privacy policy is now required in order to choose a
transparent change address for a transaction (and thus `AllowFullyTransparent`
is required for the transaction, since transparent change implies a
transparent sender).
transparent change address for a transaction. This will only occur when the wallet
is unable to construct the transaction without selecting funds from the transparent
pool, so the impact of this change is that for such transactions, the user must specify
`AllowFullyTransparent`.
[Deprecations](https://zcash.github.io/zcash/user/deprecation.html)
--------------