Deprecate the util::contracthash module

This commit is contained in:
Steven Roose 2020-08-06 12:24:08 +02:00
parent 0300037d5a
commit 1ffdce99ed
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 2 additions and 0 deletions

View File

@ -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;