Fixed tests

This commit is contained in:
arkpar 2016-06-20 10:44:15 +02:00
parent 6d435d038f
commit 1dd87a39f5

View File

@ -187,7 +187,7 @@ impl TestBlockChainClient {
txs.append(&signed_tx); txs.append(&signed_tx);
txs.out() txs.out()
}, },
_ => rlp::NULL_RLP.to_vec() _ => rlp::EMPTY_LIST_RLP.to_vec()
}; };
let mut rlp = RlpStream::new_list(3); let mut rlp = RlpStream::new_list(3);