Skip to content

Commit d2ba147

Browse files
authored
Update transaction.rs
1 parent 43da48b commit d2ba147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ mod tests {
845845
fn out_point_serde_deserialize_non_human_readable() {
846846
#[rustfmt::skip]
847847
let bytes = [
848-
// Length, pre-pended by the `serde` infrastructure because we use
848+
// Length, prepended by the `serde` infrastructure because we use
849849
// slice serialization instead of array even though we know the length.
850850
32, 0, 0, 0, 0, 0, 0, 0,
851851
// The txid bytes

0 commit comments

Comments
 (0)