updating secp256k tag to include aggsig library

This commit is contained in:
Yeastplume 2017-12-11 14:23:55 +00:00
parent e13f622395
commit 18fc1384de

View file

@ -13,5 +13,5 @@ lazy_static = "~0.2.8"
rand = "0.3" rand = "0.3"
serde = "~1.0.8" serde = "~1.0.8"
serde_derive = "~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" }