Merge pull request #1118 from nuttycom/fix/zcash_client_backend_features

zcash_client_backend: Add missing `orchard` feature dependency.
This commit is contained in:
str4d 2024-01-17 18:10:43 +00:00 committed by GitHub
commit efc0d7d697
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ transparent-inputs = [
]
## Enables receiving and spending Orchard funds.
orchard = ["dep:orchard"]
orchard = ["dep:orchard", "zcash_keys/orchard"]
## Exposes APIs that are useful for testing, such as `proptest` strategies.
test-dependencies = [