Skip to content

Commit

Permalink
1/3: Move configs into separate module
Browse files Browse the repository at this point in the history
This moves DBConfig and DBRevConfig into db::config
allowing these configs to be fetched from elsewhere
  • Loading branch information
rkuris committed Jun 13, 2023
1 parent 9732fef commit e7f9fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firewood/examples/rev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::collections::VecDeque;
use firewood::{
db::{Db, DbConfig, Revision, WalConfig},
merkle::TrieHash,
proof::Proof,
proof::Proof
};

/// cargo run --example rev
Expand Down

0 comments on commit e7f9fd1

Please sign in to comment.