Update params.rs

This commit is contained in:
GarmashAlex 2025-04-24 15:53:27 +03:00 committed by GitHub
parent 561e3aa026
commit f554b01e82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
//! # Custom Signets Example
//!
//! 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;