Skip to content

Commit

Permalink
break doctest to confirm they are run in CI (will remove this commit)
Browse files Browse the repository at this point in the history
#
# You are committing on CAMUS
#

# Veuillez saisir le message de validation pour vos modifications. Les lignes
# commençant par '#' seront ignorées, et un message vide abandonne la validation.
#
# HEAD détachée depuis pr/120/head
# Modifications qui seront validées :
#	modifié :         src/primitives/decode.rs
#
  • Loading branch information
apoelstra committed Jan 30, 2024
1 parent 2d7832a commit 017f60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitives/decode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ impl<'s> CheckedHrpstring<'s> {
/// ```
/// use bech32::{primitives::decode::CheckedHrpstring, Bech32, Fe32};
///
/// let addr = "bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf5mdq";
/// let addr = "bc1qar0trrr7xfkvy5l643lydnw9re59gtzzwf5mdq";
/// let ascii = "ar0srrr7xfkvy5l643lydnw9re59gtzz";
///
/// let mut checked = CheckedHrpstring::new::<Bech32>(&addr).unwrap();
Expand Down

0 comments on commit 017f60b

Please sign in to comment.