From 29f67903ff1018314b7d2e393d5c8db18d6c26f9 Mon Sep 17 00:00:00 2001 From: Hanh Date: Tue, 29 Nov 2022 21:44:43 +0800 Subject: [PATCH] Update zcash-params --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad74ce7..506e22b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ apple_metal = ["metal", "objc", "block"] [dependencies.zcash_params] git = "https://github.com/hhanh00/zcash-params.git" -rev = "e02e3a4628654f0b49f5cce17f868d03da04c683" +rev = "0bd12ed1a3108d1a9b7ede794981764728f63e03" [dependencies.zcash_client_backend] git = "https://github.com/hhanh00/librustzcash.git"