Fixed tests

This commit is contained in:
arkpar 2016-06-20 10:44:15 +02:00
parent 6d435d038f
commit 1dd87a39f5
1 changed files with 1 additions and 1 deletions

View File

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