more clean up

This commit is contained in:
J. Ayo Akinyele 2018-08-13 18:19:36 -04:00
parent 7cd78d391a
commit 6ef9b1d3a7
1 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,8 @@ authors = ["J. Ayo Akinyele <ayo@yeletech.org>"]
description = "library for Blind Off-chain Lightweight Transactions (BOLT)"
keywords = ["zcash", "payment channels", "bolt"]
readme = "README.md"
homepage = "https://github.com/ZcashFoundation/libbolt"
repository = "https://github.com/ZcashFoundation/libbolt"
homepage = "https://github.com/yeletech/libbolt"
repository = "https://github.com/yeletech/libbolt"
license = "MIT License"
[dependencies]
@ -19,7 +19,6 @@ serde = "1.0"
serde_derive = "1.0"
time = "*"
rustc-serialize = "0.3"
#secp256k1 = { version = "0.9.2", features = ["rand"] }
secp256k1 = { git = "https://github.com/jakinyele/rust-secp256k1", branch = "master", features = ["rand"] }
curve25519-dalek = "^0.19"
bulletproofs = { git = "https://github.com/dalek-cryptography/bulletproofs", branch = "main" }