You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We added the ability to check whether a PCZT contains a Sapling bundle, in order to determine whether Sapling parameters were necessary. But we forgot to make this part optional:
* Changelog update
* Checkpoints update
* Update release date
* Remove check using pcztRequiresSaplingProofs
That has been recently added, and that contains a bug; see zcash/librustzcash#1724
We added the ability to check whether a PCZT contains a Sapling bundle, in order to determine whether Sapling parameters were necessary. But we forgot to make this part optional:
librustzcash/zcash_client_backend/src/data_api/wallet.rs
Lines 1856 to 1859 in 90d186f
Alter this API to let the Sapling parameters be optional (and we may as well also make Orchard optional).
The text was updated successfully, but these errors were encountered: