Merge pull request #451 from stevenroose/deprecate-contracthash
Deprecate the util::contracthash module
This commit is contained in:
commit
5fd91ca2d8
|
@ -18,6 +18,8 @@
|
||||||
//! at http://blockstream.com/sidechains.pdf for details of
|
//! at http://blockstream.com/sidechains.pdf for details of
|
||||||
//! what this does.
|
//! what this does.
|
||||||
|
|
||||||
|
#![deprecated]
|
||||||
|
|
||||||
use secp256k1::{self, Secp256k1};
|
use secp256k1::{self, Secp256k1};
|
||||||
use PrivateKey;
|
use PrivateKey;
|
||||||
use PublicKey;
|
use PublicKey;
|
||||||
|
|
Loading…
Reference in New Issue