Fixed tests
This commit is contained in:
parent
6d435d038f
commit
1dd87a39f5
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user