forgot root changes

This commit is contained in:
Nikolay Volf 2016-02-05 01:58:58 +03:00
parent c12538b123
commit 51b41a7080
2 changed files with 3 additions and 1 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;