Deprecate the util::contracthash module
This commit is contained in:
parent
0300037d5a
commit
1ffdce99ed
|
@ -18,6 +18,8 @@
|
|||
//! at http://blockstream.com/sidechains.pdf for details of
|
||||
//! what this does.
|
||||
|
||||
#![deprecated]
|
||||
|
||||
use secp256k1::{self, Secp256k1};
|
||||
use PrivateKey;
|
||||
use PublicKey;
|
||||
|
|
Loading…
Reference in New Issue