Skip to content

Commit

Permalink
fix: issue
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Nov 21, 2024
1 parent e4c2725 commit 3bad2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger-zcash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ secp256k1 = { version = "0.29", default-features = false }
zx-bip44 = "0.1.0"
ledger-transport = "0.11"
ledger-zondax-generic = "0.11"
ledger-zcash-builder = { version = "0.11.1" }
ledger-zcash-builder = { path = "../ledger-zcash-builder"}


zcash_primitives = { git = "https://github.com/Zondax/librustzcash", rev = "112eedd27b2e51b9e1b77603a776cd78e738c3ae", features = ["transparent-inputs"], optional = true, package = "zcash_primitives" }
Expand Down

0 comments on commit 3bad2fa

Please sign in to comment.