Merge branch 'master' of github.com:ethcore/parity into simplified_block_opening
This commit is contained in:
@@ -51,6 +51,8 @@ use error::Error as EthError;
|
||||
/// Options concerning what analytics we run on the call.
|
||||
#[derive(Eq, PartialEq, Default, Clone, Copy, Debug)]
|
||||
pub struct CallAnalytics {
|
||||
/// Make a transaction trace.
|
||||
pub transaction_tracing: bool,
|
||||
/// Make a VM trace.
|
||||
pub vm_tracing: bool,
|
||||
/// Make a diff.
|
||||
|
||||
Reference in New Issue
Block a user