Fix build.

This commit is contained in:
Gav Wood
2016-12-04 09:13:23 -08:00
parent 90a20a217f
commit 356aca2db5
5 changed files with 8 additions and 8 deletions

View File

@@ -117,7 +117,7 @@ pub struct ExportState {
pub wal: bool,
pub fat_db: Switch,
pub tracing: Switch,
pub at: BlockID,
pub at: BlockId,
pub storage: bool,
pub code: bool,
pub min_balance: Option<U256>,

View File

@@ -855,7 +855,7 @@ mod tests {
wal: true,
tracing: Default::default(),
fat_db: Default::default(),
at: BlockID::Latest,
at: BlockId::Latest,
storage: true,
code: true,
min_balance: None,