Skip to content

Commit

Permalink
feat: reexport download_sapling_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
hhanh00 committed Dec 21, 2024
1 parent 2d2d3f4 commit ad5610b
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 5 deletions.
58 changes: 55 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ zcash_keys = { git = "https://github.com/hhanh00/librustzcash.git", rev = "be5fa
zcash_protocol = { git = "https://github.com/hhanh00/librustzcash.git", rev = "be5fa0c7", features = ["local-consensus"] }
zcash_client_backend = { git = "https://github.com/hhanh00/librustzcash.git", rev = "be5fa0c7", features = [ "transparent-inputs", "orchard" ] }
zcash_primitives = { git = "https://github.com/hhanh00/librustzcash.git", rev = "be5fa0c7", features = [ "transparent-inputs" ] }
zcash_proofs = { git = "https://github.com/hhanh00/librustzcash.git", rev = "be5fa0c7" }
zcash_proofs = { git = "https://github.com/hhanh00/librustzcash.git", rev = "be5fa0c7", features = ["download-params"] }
zcash_address = { git = "https://github.com/hhanh00/librustzcash.git", rev = "be5fa0c7" }
zcash_encoding = { git = "https://github.com/hhanh00/librustzcash.git", rev = "be5fa0c7" }
zcash_note_encryption = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion zcash-warp
Submodule zcash-warp updated 1 files
+1 −0 src/lib.rs

0 comments on commit ad5610b

Please sign in to comment.