From dbb3edd482b47654fd3a18f64e589604eea5fed8 Mon Sep 17 00:00:00 2001 From: Tobin Harding Date: Tue, 16 Nov 2021 13:00:16 +1100 Subject: [PATCH] Add deprecation comment Module `contracthash` is deprecated, add this info to the module rustdoc. --- src/util/contracthash.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/contracthash.rs b/src/util/contracthash.rs index 90fc0112..a8e513f0 100644 --- a/src/util/contracthash.rs +++ b/src/util/contracthash.rs @@ -17,6 +17,7 @@ //! See Appendix A of the Blockstream sidechains whitepaper at //! for details of what this does. //! +//! This module is deprecated. #![cfg_attr(not(test), deprecated)]