fix compilation

This commit is contained in:
debris 2016-12-13 13:52:06 +01:00
parent 6ecdfd78c5
commit b161ce1997
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ mod tests {
// https://blockchain.info/block/000000000043a8c0fd1d6f726790caa2a406010d19efd2780db27bdbbd93baf6
#[test]
fn test_merkle_root_with_2_hashes() {
assert_eq!(result, expected);
let tx1 = H256::from_reversed_str("c06fbab289f723c6261d3030ddb6be121f7d2508d77862bb1e484f5cd7f92b25");
let tx2 = H256::from_reversed_str("5a4ebf66822b0b2d56bd9dc64ece0bc38ee7844a23ff1d7320a88c5fdb2ad3e2");
let expected = H256::from_reversed_str("8fb300e3fdb6f30a4c67233b997f99fdd518b968b9a3fd65857bfe78b2600719");