Fix spelling typo
This commit is contained in:
parent
8fe5ffde4c
commit
ad82ed7179
|
@ -543,7 +543,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn compact_roundrtip() {
|
fn compact_roundtrip() {
|
||||||
let header = header();
|
let header = header();
|
||||||
assert_eq!(header.bits, header.target().to_compact_lossy());
|
assert_eq!(header.bits, header.target().to_compact_lossy());
|
||||||
}
|
}
|
||||||
|
|
|
@ -682,7 +682,7 @@ fn test_bitcoinconsensus() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn defult_dust_value() {
|
fn default_dust_value() {
|
||||||
// Check that our dust_value() calculator correctly calculates the dust limit on common
|
// Check that our dust_value() calculator correctly calculates the dust limit on common
|
||||||
// well-known scriptPubKey types.
|
// well-known scriptPubKey types.
|
||||||
let script_p2wpkh = Builder::new().push_int_unchecked(0).push_slice([42; 20]).into_script();
|
let script_p2wpkh = Builder::new().push_int_unchecked(0).push_slice([42; 20]).into_script();
|
||||||
|
|
Loading…
Reference in New Issue