un-deperate contracthash during testing

Avoids a rust test runner bug, see https://github.com/rust-lang/rust/issues/47238
This commit is contained in:
Andrew Poelstra 2020-09-10 16:40:31 +00:00
parent 4e737f708a
commit 05f3451b10
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
//! 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] #![cfg_attr(not(test), deprecated)]
use secp256k1::{self, Secp256k1}; use secp256k1::{self, Secp256k1};
use PrivateKey; use PrivateKey;