File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
//! You should only need to use this module directly if you want control over exactly what is
6
6
//! checked and when it is checked (correct bech32 characters, valid checksum, valid checksum for
7
7
//! specific checksum algorithm, etc). If you are parsing/validating modern (post BIP-350) bitcoin
8
- //! segwit addresses consider using the higher crate level API.
8
+ //! segwit addresses consider using the [` crate::segwit`] API.
9
9
//!
10
10
//! If you do find yourself using this module directly then consider using the most general type
11
11
//! that serves your purposes, each type can be created by parsing an address string to `new`. You
Original file line number Diff line number Diff line change 7
7
//! prepending HRP strings etc.
8
8
//!
9
9
//! In general, directly using these adaptors is not very ergonomic, and users are recommended to
10
- //! instead use the higher crate level API.
10
+ //! instead use the crate level API.
11
11
//!
12
12
//! # Examples
13
13
//!
You can’t perform that action at this time.
0 commit comments