Use apoelstra's secp256k1
dpc's version doesn't contain secp256k1:🔑:PublicKey which is used in blockdata/script.rs
This commit is contained in:
parent
dea6d457f4
commit
3d940a85fe
|
@ -12,5 +12,5 @@ path = "src/lib.rs"
|
|||
git = "https://github.com/DaGenix/rust-crypto.git"
|
||||
|
||||
[dependencies.bitcoin-secp256k1-rs]
|
||||
git = "https://github.com/dpc/bitcoin-secp256k1-rs.git"
|
||||
git = "https://github.com/apoelstra/bitcoin-secp256k1-rs.git"
|
||||
|
||||
|
|
Loading…
Reference in New Issue