fixed missing FromHex import in rpc tests
This commit is contained in:
parent
7dcbcb5c31
commit
e7d3036ace
@ -536,7 +536,7 @@ fn rpc_eth_transaction_count_by_number_pending() {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn rpc_eth_pending_transaction_by_hash() {
|
fn rpc_eth_pending_transaction_by_hash() {
|
||||||
use util::{H256, FromHex};
|
use util::H256;
|
||||||
use rlp;
|
use rlp;
|
||||||
use ethcore::transaction::SignedTransaction;
|
use ethcore::transaction::SignedTransaction;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user