Merge branch 'master' into signed_transaction

This commit is contained in:
debris
2016-02-05 13:22:09 +01:00
10 changed files with 646 additions and 222 deletions

View File

@@ -83,6 +83,7 @@ pub mod header;
pub mod service;
pub mod spec;
pub mod views;
pub mod receipt;
mod common;
mod basic_types;
@@ -98,7 +99,6 @@ mod state;
mod account;
mod action_params;
mod transaction;
mod receipt;
mod null_engine;
mod builtin;
mod extras;

View File

@@ -1,3 +1,5 @@
//! Receipt
use util::*;
use basic_types::LogBloom;
use log_entry::LogEntry;