From 1ffdce99ed31325ff438e58e92c9a175ac615026 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Thu, 6 Aug 2020 12:24:08 +0200 Subject: [PATCH] Deprecate the util::contracthash module --- src/util/contracthash.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/contracthash.rs b/src/util/contracthash.rs index 15df0a57..fce63f85 100644 --- a/src/util/contracthash.rs +++ b/src/util/contracthash.rs @@ -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;