Merge pull request #451 from stevenroose/deprecate-contracthash

Deprecate the util::contracthash module
This commit is contained in:
Andrew Poelstra 2020-09-09 17:02:19 +00:00 committed by GitHub
commit 5fd91ca2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;