Merge rust-bitcoin/rust-bitcoin#4234: chore: add missing backquotes
61e7226299
chore: add missing backquotes (kevincatty) Pull request description: add missing backquotes ACKs for top commit: apoelstra: ACK 61e7226299fbfb13f34ba27e45042019a92b050d; successfully ran local tests tcharding: ACK61e7226299
Tree-SHA512: 232cdcd9627cb1ae06e9c9c022460ee4fc405845bdf8863aaadf38d22dc022891f3f9a6a49b6aeeeceef62e48493357cbf293458f687f5d5d41a697c152da007
This commit is contained in:
commit
80dcbd618a
|
@ -938,7 +938,7 @@ impl<V: NetworkValidation> fmt::Debug for Address<V> {
|
|||
/// Address can be parsed only with `NetworkUnchecked`.
|
||||
///
|
||||
/// Only SegWit bech32 addresses prefixed with `bc`, `bcrt` or `tb` and legacy base58 addresses
|
||||
/// prefixed with `1`, `2, `3`, `m` or `n` are supported.
|
||||
/// prefixed with `1`, `2`, `3`, `m` or `n` are supported.
|
||||
///
|
||||
/// # Errors
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue