Skip to content

Commit

Permalink
fixed: types::transaction::SignedTransaction; (openethereum#10229)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung authored and HCastano committed Feb 12, 2019
1 parent cbaedad commit ef5211d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/src/v1/impls/personal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use std::time::Duration;
use bytes::Bytes;
use ethcore::account_provider::AccountProvider;
use types::transaction::PendingTransaction;
use types::transaction::SignedTransaction;
use ethereum_types::{H520, U128, Address};
use ethkey::{public_to_address, recover, Signature};

Expand All @@ -41,7 +42,6 @@ use v1::types::{
use v1::metadata::Metadata;
use eip_712::{EIP712, hash_structured_data};
use jsonrpc_core::types::Value;
use transaction::SignedTransaction;

/// Account management (personal) rpc implementation.
pub struct PersonalClient<D: Dispatcher> {
Expand Down

0 comments on commit ef5211d

Please sign in to comment.