We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023fd0b commit 3a7fa2dCopy full SHA for 3a7fa2d
src/segwit.rs
@@ -517,7 +517,7 @@ mod tests {
517
518
#[test]
519
#[cfg(feature = "std")]
520
- fn encode_lower_to_writer_including_lowecaseing_hrp() {
+ fn encode_lower_to_writer_including_lowercasing_hrp() {
521
let program = witness_program();
522
let mut buf = Vec::new();
523
let hrp = Hrp::parse_unchecked("BC");
0 commit comments