use a database in ethcore-light

This commit is contained in:
Robert Habermeier
2017-03-21 20:57:13 +01:00
parent 21771aa1a6
commit bc9c1d4824
7 changed files with 88 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ use verification::{VerifierType, QueueConfig};
use util::{journaldb, CompactionProfile};
/// Client state db compaction profile
#[derive(Debug, PartialEq)]
#[derive(Debug, PartialEq, Clone)]
pub enum DatabaseCompactionProfile {
/// Try to determine compaction profile automatically
Auto,