Add deprecation comment
Module `contracthash` is deprecated, add this info to the module rustdoc.
This commit is contained in:
parent
3f5caa501f
commit
dbb3edd482
|
@ -17,6 +17,7 @@
|
|||
//! See Appendix A of the Blockstream sidechains whitepaper at
|
||||
//! <http://blockstream.com/sidechains.pdf> for details of what this does.
|
||||
//!
|
||||
//! This module is deprecated.
|
||||
|
||||
#![cfg_attr(not(test), deprecated)]
|
||||
|
||||
|
|
Loading…
Reference in New Issue