Skip to content

Commit

Permalink
fix: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Apr 9, 2019
1 parent 053c58b commit ba0f88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ pub mod test {
let data_hash = tx.outputs()[0].data_hash();
assert_eq!(
format!("{:x}", data_hash),
"fe1cf5a297023a3c5282ecd9b0ca88d6736424d75fbe4dcf47a7c8b303e4d339"
"8bddddc3ae2e09c13106634d012525aa32fc47736456dba11514d352845e561d"
);
}
}

0 comments on commit ba0f88f

Please sign in to comment.