From 18fc1384de8236285c4d668f3fa19af60c7f2d3b Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Mon, 11 Dec 2017 14:23:55 +0000 Subject: [PATCH] updating secp256k tag to include aggsig library --- util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Cargo.toml b/util/Cargo.toml index ccb91973c..f8409b4bb 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -13,5 +13,5 @@ lazy_static = "~0.2.8" rand = "0.3" serde = "~1.0.8" serde_derive = "~1.0.8" -secp256k1zkp = { git = "https://github.com/mimblewimble/rust-secp256k1-zkp", tag="grin_integration_1" } +secp256k1zkp = { git = "https://github.com/mimblewimble/rust-secp256k1-zkp", tag="grin_integration_2" }