Add RPC & client call to replay a transaction. (#1734)
* Add RPC & client call to replay a transaction. * Address grumbles
This commit is contained in:
@@ -22,7 +22,7 @@ use basic_types::LogBloom;
|
||||
use client::Error as ClientError;
|
||||
use ipc::binary::{BinaryConvertError, BinaryConvertable};
|
||||
use types::block_import_error::BlockImportError;
|
||||
pub use types::executed::ExecutionError;
|
||||
pub use types::executed::{ExecutionError, ReplayError};
|
||||
|
||||
#[derive(Debug, PartialEq, Clone)]
|
||||
/// Errors concerning transaction processing.
|
||||
|
||||
Reference in New Issue
Block a user