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 c2cce97 commit 7fd9a90Copy full SHA for 7fd9a90
bitcoin/examples/script.rs
@@ -65,7 +65,7 @@ fn main() {
65
let decoded: WitnessScriptBuf = encode::deserialize_hex(&encoded).unwrap();
66
assert_eq!(decoded, script_code);
67
68
- // And we can mix these to calls because both include the length prefix.
+ // And we can mix these two calls because both include the length prefix.
69
let encoded = encode::serialize_hex(&script_code);
70
let decoded = WitnessScriptBuf::from_hex_prefixed(&encoded).unwrap();
71
0 commit comments