Update params.rs
This commit is contained in:
parent
561e3aa026
commit
f554b01e82
|
@ -8,7 +8,7 @@
|
||||||
//! # Custom Signets Example
|
//! # Custom Signets Example
|
||||||
//!
|
//!
|
||||||
//! In various places in this crate we take `AsRef<Params>` as a parameter, in order to create a
|
//! In various places in this crate we take `AsRef<Params>` as a parameter, in order to create a
|
||||||
//! custom type that can be used is such places you might want to do the following:
|
//! custom type that can be used in such places you might want to do the following:
|
||||||
//!
|
//!
|
||||||
//! ```
|
//! ```
|
||||||
//! use bitcoin::network::Params;
|
//! use bitcoin::network::Params;
|
||||||
|
|
Loading…
Reference in New Issue