Skip to content

Commit

Permalink
Update eth.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
shamardy authored Jun 27, 2018
1 parent bcad5a4 commit 3b86b98
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rpc/src/v1/tests/mocked/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ fn rpc_eth_call_latest() {
trace: vec![],
vm_trace: None,
state_diff: None,
transaction_hash: None,
}));

let request = r#"{
Expand Down Expand Up @@ -674,7 +673,6 @@ fn rpc_eth_call() {
trace: vec![],
vm_trace: None,
state_diff: None,
transaction_hash: None,
}));

let request = r#"{
Expand Down Expand Up @@ -711,7 +709,6 @@ fn rpc_eth_call_default_block() {
trace: vec![],
vm_trace: None,
state_diff: None,
transaction_hash: None,
}));

let request = r#"{
Expand Down Expand Up @@ -747,7 +744,6 @@ fn rpc_eth_estimate_gas() {
trace: vec![],
vm_trace: None,
state_diff: None,
transaction_hash: None,
}));

let request = r#"{
Expand Down Expand Up @@ -784,7 +780,6 @@ fn rpc_eth_estimate_gas_default_block() {
trace: vec![],
vm_trace: None,
state_diff: None,
transaction_hash: None,
}));

let request = r#"{
Expand Down

0 comments on commit 3b86b98

Please sign in to comment.