More doc updates. All Gav Wood docs done.

This commit is contained in:
Gav Wood
2016-02-03 14:51:45 +01:00
parent 3f03ba40ee
commit fad2f3a23d
20 changed files with 117 additions and 110 deletions

View File

@@ -2,6 +2,8 @@ use common::*;
use engine::Engine;
use executive::Executive;
use pod_account::*;
#[cfg(test)]
use pod_state::PodState;
//use state_diff::*; // TODO: uncomment once to_pod() works correctly.
/// Result type for the execution ("application") of a transaction.
@@ -273,7 +275,6 @@ use util::rlp::*;
use util::uint::*;
use account::*;
use tests::helpers::*;
use pod_state::PodState;
#[test]
fn code_from_database() {