diff --git a/Cargo.toml b/Cargo.toml index 8d25768..896f26a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ authors = ["J. Ayo Akinyele "] 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" }